From: Bernd Kuhls Date: Sun, 29 Mar 2015 17:11:29 +0000 (+0200) Subject: package/mplayer: add optional speex support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87a292b62dea4602c4c664ee49629116889cfade;p=buildroot.git package/mplayer: add optional speex support Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk index 412837dc7a..5e295515f4 100644 --- a/package/mplayer/mplayer.mk +++ b/package/mplayer/mplayer.mk @@ -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