Index: configure =================================================================== --- configure (revision 19312) +++ configure (working copy) @@ -226,6 +226,7 @@ --enable-smb enable Samba (SMB) input support [autodetect] --enable-live enable LIVE555 Streaming Media support [autodetect] --disable-dvdread Disable libdvdread support [autodetect] + --disable-dvdnav Disable libvdnav support [autodetect] --disable-mpdvdkit Disable mpdvdkit2 support [autodetect] --disable-cdparanoia Disable cdparanoia support [autodetect] --disable-freetype Disable freetype2 font rendering support [autodetect] @@ -410,6 +411,7 @@ --with-dvbincdir=DIR DVB headers in DIR (*) --with-madlibdir=DIR libmad (libmad shared library) in DIR (*) --with-mlibdir=DIR libmlib (mediaLib support) in DIR (Solaris only) + --with-dvdnavdir=DIR libdvdnav in DIR --with-codecsdir=DIR Binary codec files in DIR --with-win32libdir=DIR W*ndows DLL files in DIR --with-xanimlibdir=DIR XAnim DLL files in DIR @@ -435,6 +437,8 @@ --with-glib-config=PATH path to glib*-config (e.g. /opt/bin/glib-config) --with-gtk-config=PATH path to gtk*-config (e.g. /opt/bin/gtk-config) --with-sdl-config=PATH path to sdl*-config (e.g. /opt/bin/sdl-config) + --with-dvdnav-config=PATH path to dvdnav*-config + (e.g. /opt/bin/dvdnav-config) This configure script is NOT autoconf-based, even though its output is similar. It will try to autodetect all configuration options. If you --enable an option @@ -1625,7 +1629,7 @@ _ladspa=auto _xmms=no _have_dvd=no -_dvdnav=no +_dvdnav=auto _dvdread=auto _mpdvdkit=auto _xanim=auto @@ -5200,7 +5204,7 @@ fi echocheck "DVD support (libdvdnav)" -if test "$_dvdnav" = yes ; then +if test "$_dvdnav" = auto ; then cat > $TMPC < int main(void) { dvdnav_t *dvd=0; return 0; }