* [Buildroot] [PATCH 1/1] package/vlc: Add libsidplay2 as optional dependency
@ 2015-06-18 20:19 Bernd Kuhls
2015-06-28 21:01 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2015-06-18 20:19 UTC (permalink / raw)
To: buildroot
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>
---
package/vlc/vlc.mk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index acd67ee..515a5fb 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -203,6 +203,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
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-28 21:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-18 20:19 [Buildroot] [PATCH 1/1] package/vlc: Add libsidplay2 as optional dependency Bernd Kuhls
2015-06-28 21:01 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox