From d6f1a66d60f33cece488cf9ca30307564b14f508 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 19 Oct 2003 12:01:47 +0000 Subject: build both vcd plugins CVS patchset: 5541 CVS date: 2003/10/19 12:01:47 --- configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 60dde40e8..4a09115fb 100644 --- a/configure.ac +++ b/configure.ac @@ -979,7 +979,12 @@ AM_CONDITIONAL(HAVE_DVDNAV, [test x"$no_dvdnav" != "xyes"]) dnl --------------------------------------------- dnl VCDx dnl --------------------------------------------- -AC_ARG_ENABLE(vcdx,[ --disable-vcdx Do not compile VCDX plugin. Compile old VCD instead], enable_vcdx=no, enable_vcdx=yes) +dnl +dnl AC_ARG_ENABLE(vcdx,[ --disable-vcdx Do not compile VCDX plugin. Compile old VCD instead], enable_vcdx=no, enable_vcdx=yes) +dnl +dnl Force build of both vcd plugins, for now. +enable_vcdx="yes" + AC_ARG_WITH(external-vcdnav,[ --with-external-vcdnav Use external libcdio/libvcd libraries [[not recommended]]], [external_vcdnav="yes"], [no_vcdnav="yes"; external_vcdnav="no"]) -- cgit v1.2.3