* [Buildroot] [PATCH 1/1] vlc: add optional dependency to libmatroska
@ 2015-12-31 11:02 Pieterjan Camerlynck
2015-12-31 14:23 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Pieterjan Camerlynck @ 2015-12-31 11:02 UTC (permalink / raw)
To: buildroot
libmatroska is an optional dependency to vlc:
http://git.videolan.org/?p=vlc.git;a=blob;f=configure.ac;h=c46120d7f2a7d49d68d488d617e071148b8c5595;hb=HEAD#l2044
Add it to vlc.mk to get reproducable builds.
Signed-off-by: Pieterjan Camerlynck <pieterjan.camerlynck@gmail.com>
---
package/vlc/vlc.mk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index ee21c16..a080e3e 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -202,6 +202,13 @@ else
VLC_CONF_OPTS += --disable-mad
endif
+ifeq ($(BR2_PACKAGE_LIBMATROSKA),y)
+VLC_CONF_OPTS += --enable-mkv
+VLC_DEPENDENCIES += libmatroska
+else
+VLC_CONF_OPTS += --disable-mkv
+endif
+
ifeq ($(BR2_PACKAGE_LIBMODPLUG),y)
VLC_CONF_OPTS += --enable-mod
VLC_DEPENDENCIES += libmodplug
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-31 14:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-31 11:02 [Buildroot] [PATCH 1/1] vlc: add optional dependency to libmatroska Pieterjan Camerlynck
2015-12-31 14:23 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox