diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-30 20:46:31 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-30 20:46:31 +0000 |
commit | 6156b87497b55fb94813a518513500c5ac2254f2 (patch) | |
tree | 38d3563d5efd4f444170625bde0b5dfaafd9ea76 | |
parent | a2749eea9943f5efef2a067b6240faa533efda2c (diff) | |
download | xine-lib-6156b87497b55fb94813a518513500c5ac2254f2.tar.gz xine-lib-6156b87497b55fb94813a518513500c5ac2254f2.tar.bz2 |
my build broke, I guess no_vcdnav should be "yes", when external_vcdnav is "no"
CVS patchset: 5645
CVS date: 2003/10/30 20:46:31
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 3dcef2bea..07f323b1d 100644 --- a/configure.ac +++ b/configure.ac @@ -996,10 +996,9 @@ dnl Video CD dnl --------------------------------------------- dnl AC_ARG_ENABLE(vcd,[ --disable-vcd Do not compile VCD plugin], [enable_vcd=no], [enable_vcd=yes]) -dnl dnl Force build of both vcd plugins, for now. -dnl AC_ARG_ENABLE(vcdo,[ --disable-vcdo Do not compile old VCD plugin], enable_vcd=no) +dnl AC_ARG_ENABLE(vcdo,[ --disable-vcdo Do not compile old VCD plugin], enable_vcdo=no, enable_vcdo=yes) dnl enable_vcdo="yes" @@ -1031,7 +1030,7 @@ if test x"$enable_vcd" = "xyes"; then dnl empty_array_size external_vcdnav="no" - no_vcdnav="no" + no_vcdnav="yes" if test x"$PKG_CONFIG" != "xno" ; then AC_MSG_CHECKING(for libcdio) |