Index: configure =================================================================== --- configure (版本 26219) +++ configure (工作副本) @@ -5420,7 +5423,7 @@ elif test "$_dvdread" = yes; then _def_dvdread='#define USE_DVDREAD 1' _largefiles=yes - _ld_extra="$_ld_extra -ldvdread" + _ld_extra="$_ld_extra -ldvdnav -ldvdread" _inputmodules="dvdread(external) $_inputmodules" _res_comment="external" else @@ -7603,7 +7607,7 @@ # to use its own copy of the library) echocheck "DVD support (libdvdnav)" if test "$_dvdnav" = auto ; then - $_dvdnavconfig --version --minilibs >> $TMPLOG 2>&1 || _dvdnav=no + $_dvdnavconfig --version --libs >> $TMPLOG 2>&1 || _dvdnav=no fi if test "$_dvdnav" = auto ; then cat > $TMPC <