mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
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
|
MPLAYER_CONF_OPTS += --disable-gif
|
||||||
endif
|
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
|
# We intentionally don't pass --enable-librtmp to let autodetection
|
||||||
# find which library to link with.
|
# find which library to link with.
|
||||||
ifeq ($(BR2_PACKAGE_RTMPDUMP),y)
|
ifeq ($(BR2_PACKAGE_RTMPDUMP),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user