[vlc-commits] Configure: update comments
Jean-Baptiste Kempf
git at videolan.org
Mon Sep 17 12:20:49 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 17 12:20:29 2012 +0200| [b5aeef8aa9c337f31eab202bb6cbb60b9b308a5b] | committer: Jean-Baptiste Kempf
Configure: update comments
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b5aeef8aa9c337f31eab202bb6cbb60b9b308a5b
---
configure.ac | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2d2ff3f..a4a2bb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1641,13 +1641,14 @@ You can get an updated one from http://www.live555.com/liveMedia .])
])
dnl
-dnl - special access module for dc1394 input
-dnl - dv module: digital video module check for libraw1394
-dnl - linsys modules: access module check for libzvbi
+dnl IIDC and DV FireWire input modules
dnl
PKG_ENABLE_MODULES_VLC([DC1394], [], [libdc1394-2 >= 2.1.0], [IIDC FireWire input module], [auto])
PKG_ENABLE_MODULES_VLC([DV1394], [], [libraw1394 >= 2.0.1 libavc1394 >= 0.5.3], [DV FireWire input module], [auto])
+dnl
+dnl - linsys modules: access module check for libzvbi
+dnl
AC_ARG_ENABLE(linsys,
[AS_HELP_STRING([--enable-linsys],
[Linux Linear Systems Ltd. SDI and HD-SDI input cards (default enabled)])])
More information about the vlc-commits
mailing list