[vlc-commits] commit: distcheck configure: disable-mkv ( Rafaël Carré )
git at videolan.org
git at videolan.org
Mon Oct 11 14:36:21 CEST 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Mon Oct 11 14:35:10 2010 +0200| [740069f5a3aca86d7fece71081921d6c4cc0ecec] | committer: Rafaël Carré
distcheck configure: disable-mkv
works around the lack of a recent enough libebml/libmatroska in Debian
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=740069f5a3aca86d7fece71081921d6c4cc0ecec
---
Makefile.am | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index e366e9a..d28c3cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,6 +102,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
--disable-faad --disable-skins2 \
--disable-live555 \
--disable-fribidi --disable-glx \
+ --disable-mkv \
--with-kde-solid='$${datadir}/kde4/apps'
ACLOCAL_AMFLAGS = -I m4
More information about the vlc-commits
mailing list