summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-08-12 22:29:33 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-16 13:36:53 +0200
commit108181bfe3dc67e64e43ab2ee469efdfc87f5966 (patch)
tree7becf8252477dfbbfaaf51ecade8584c788f6b37
parentf1ff252506735a4e97cb846ccc87528ab2d65678 (diff)
downloadbuildroot-108181bfe3dc67e64e43ab2ee469efdfc87f5966.tar.gz
buildroot-108181bfe3dc67e64e43ab2ee469efdfc87f5966.zip
package/vlc: add optional dependency to mpg123
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/vlc/vlc.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index af500cba33..3dbaac1757 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -68,7 +68,6 @@ VLC_CONF_OPTS += \
--disable-mfx \
--disable-microdns \
--disable-mmal \
- --disable-mpg123 \
--disable-mtp \
--disable-notify \
--disable-projectm \
@@ -453,6 +452,13 @@ ifeq ($(BR2_PACKAGE_MINIZIP),y)
VLC_DEPENDENCIES += minizip
endif
+ifeq ($(BR2_PACKAGE_MPG123),y)
+VLC_CONF_OPTS += --enable-mpg123
+VLC_DEPENDENCIES += mpg123
+else
+VLC_CONF_OPTS += --disable-mpg123
+endif
+
ifeq ($(BR2_PACKAGE_MUSEPACK),y)
VLC_CONF_OPTS += --enable-mpc
VLC_DEPENDENCIES += musepack
OpenPOWER on IntegriCloud