package/mplayer: add optional giflib support
[Thomas: Use --enable-gif / --disable-gif, and do not pass --extra-libs.] 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
6fb0b01922
commit
2c7373b370
@@ -100,6 +100,13 @@ else
|
|||||||
MPLAYER_CONF_OPTS += --disable-live
|
MPLAYER_CONF_OPTS += --disable-live
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GIFLIB),y)
|
||||||
|
MPLAYER_DEPENDENCIES += giflib
|
||||||
|
MPLAYER_CONF_OPTS += --enable-gif
|
||||||
|
else
|
||||||
|
MPLAYER_CONF_OPTS += --disable-gif
|
||||||
|
endif
|
||||||
|
|
||||||
MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBTHEORA),libtheora)
|
MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBTHEORA),libtheora)
|
||||||
MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBPNG),libpng)
|
MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBPNG),libpng)
|
||||||
MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_JPEG),jpeg)
|
MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_JPEG),jpeg)
|
||||||
|
|||||||
Reference in New Issue
Block a user