[vlc-commits] configure.ac: add libvcdinfo to --enable-vcdx requirements
Daniel Mierswa
git at videolan.org
Fri Oct 19 11:09:22 CEST 2012
vlc | branch: master | Daniel Mierswa <impulze at impulze.org> | Fri Oct 19 11:01:05 2012 +0200| [4445e5b31ce9ed0a97f14e25c5f5419093957b08] | committer: Jean-Baptiste Kempf
configure.ac: add libvcdinfo to --enable-vcdx requirements
the module uses libvcd/info.h which is provided by that particular
library and it was also a dependency before the pkg-config detection
Signed-off-by: Daniel Mierswa <impulze at impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4445e5b31ce9ed0a97f14e25c5f5419093957b08
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 1a02878..d9a90b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1773,7 +1773,7 @@ PKG_ENABLE_MODULES_VLC([GNOMEVFS], [access_gnomevfs], [gnome-vfs-2.0], [GnomeVFS
dnl
dnl VCDX modules
dnl
-PKG_ENABLE_MODULES_VLC([VCDX], [vcdx], [libcdio >= 0.78.2 libiso9660 >= 0.72], [navigate VCD with libvcdinfo], [no])
+PKG_ENABLE_MODULES_VLC([VCDX], [vcdx], [libcdio >= 0.78.2 libiso9660 >= 0.72 libvcdinfo >= 0.7.22], [navigate VCD with libvcdinfo], [no])
dnl
dnl Built-in CD-DA and VCD module
More information about the vlc-commits
mailing list