summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-08-12 22:29:31 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-16 13:36:42 +0200
commit1291938c6c5128001bd906c6d5694674840fb471 (patch)
tree3cbc3240865422b21012cc467a063596ccb4ff77
parent02cc1e770671ab65bc0b2767e4e60355af98e7d2 (diff)
downloadbuildroot-1291938c6c5128001bd906c6d5694674840fb471.tar.gz
buildroot-1291938c6c5128001bd906c6d5694674840fb471.zip
package/vlc: add optional dependency to libsoxr
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 f777d86bda..a15bda3204 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -74,7 +74,6 @@ VLC_CONF_OPTS += \
--disable-notify \
--disable-projectm \
--disable-schroedinger \
- --disable-soxr \
--disable-shine \
--disable-shout \
--disable-skins2 \
@@ -344,6 +343,13 @@ else
VLC_CONF_OPTS += --disable-secret
endif
+ifeq ($(BR2_PACKAGE_LIBSOXR),y)
+VLC_CONF_OPTS += --enable-soxr
+VLC_DEPENDENCIES += libsoxr
+else
+VLC_CONF_OPTS += --disable-soxr
+endif
+
ifeq ($(BR2_PACKAGE_LIBSSH2),y)
VLC_CONF_OPTS += --enable-sftp
VLC_DEPENDENCIES += libssh2
OpenPOWER on IntegriCloud