summaryrefslogtreecommitdiffstats
path: root/package/vlc
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-06-18 22:19:41 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-28 22:56:14 +0200
commitb59567b38ece8de4c23fb04f55ab7c6d086b1fc5 (patch)
tree37eb7c5dee72518749e333f4b47adc0c03385581 /package/vlc
parentf21b2558a097d07b53b6f20a47770468e9e4f7ed (diff)
downloadbuildroot-b59567b38ece8de4c23fb04f55ab7c6d086b1fc5.tar.gz
buildroot-b59567b38ece8de4c23fb04f55ab7c6d086b1fc5.zip
package/vlc: Add libsidplay2 as optional dependency
vlc has a sid plugin: $ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/vlc/plugins/demux/libsid_plugin.so | grep NEEDED | grep sid 0x00000001 (NEEDED) Shared library: [libsidplay2.so.1] 0x00000001 (NEEDED) Shared library: [libresid-builder.so.0] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/vlc')
-rw-r--r--package/vlc/vlc.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index bc2966eed0..4ef69aa44a 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -206,6 +206,13 @@ else
VLC_CONF_OPTS += --disable-svg --disable-svgdec
endif
+ifeq ($(BR2_PACKAGE_LIBSIDPLAY2),y)
+VLC_CONF_OPTS += --enable-sid
+VLC_DEPENDENCIES += libsidplay2
+else
+VLC_CONF_OPTS += --disable-sid
+endif
+
ifeq ($(BR2_PACKAGE_LIBTHEORA),y)
VLC_CONF_OPTS += --enable-theora
VLC_DEPENDENCIES += libtheora
OpenPOWER on IntegriCloud