package/mplayer: add optional support for pulseaudio
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
70759f5359
commit
a085b7c313
@ -224,6 +224,12 @@ else
|
||||
MPLAYER_CONF_OPTS += --disable-gif
|
||||
endif
|
||||
|
||||
# We intentionally don't pass --enable-pulse, to let the
|
||||
# autodetection find which library to link with.
|
||||
ifeq ($(BR2_PACKAGE_PULSEAUDIO),y)
|
||||
MPLAYER_DEPENDENCIES += pulseaudio
|
||||
endif
|
||||
|
||||
# We intentionally don't pass --enable-librtmp to let autodetection
|
||||
# find which library to link with.
|
||||
ifeq ($(BR2_PACKAGE_RTMPDUMP),y)
|
||||
|
Loading…
Reference in New Issue
Block a user