mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/mplayer: add optional speex support
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:
committed by
Thomas Petazzoni
parent
0ae0eb1cc8
commit
87a292b62d
@@ -174,6 +174,13 @@ else
|
||||
MPLAYER_CONF_OPTS += --disable-librtmp
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SPEEX),y)
|
||||
MPLAYER_DEPENDENCIES += speex
|
||||
MPLAYER_CONF_OPTS += --enable-speex
|
||||
else
|
||||
MPLAYER_CONF_OPTS += --disable-speex
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LZO),y)
|
||||
MPLAYER_DEPENDENCIES += lzo
|
||||
MPLAYER_CONF_OPTS += --enable-liblzo
|
||||
|
||||
Reference in New Issue
Block a user