[Buildroot] [PATCH 16/18] package/mplayer: add optional bzip2 support

Bernd Kuhls bernd.kuhls at t-online.de
Sun Mar 29 17:11:32 UTC 2015


Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/mplayer/mplayer.mk |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mplayer/mplayer.mk b/package/mplayer/mplayer.mk
index 76c53d7..97e6a5d 100644
--- a/package/mplayer/mplayer.mk
+++ b/package/mplayer/mplayer.mk
@@ -198,6 +198,7 @@ else
 MPLAYER_CONF_OPTS += --disable-liblzo
 endif
 
+MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_BZIP2),bzip2)
 MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBTHEORA),libtheora)
 MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBPNG),libpng)
 MPLAYER_DEPENDENCIES += $(if $(BR2_PACKAGE_JPEG),jpeg)
-- 
1.7.10.4



More information about the buildroot mailing list