Move setting of res_comment for internal dvdread to a more sensible place.

Now it will get set even if the dvdread check is skipped.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24080 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-16 14:12:58 +00:00
parent 713206a3a9
commit e2f5bad023
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -5342,7 +5342,6 @@ if test "$_dvdread_internal" = auto ; then
test "$_hpux_scsi_h" = yes || darwin || win32 ; then
_dvdread_internal=yes
_dvdread=yes
_res_comment="internal"
fi
elif test "$_dvdread" = auto ; then
_dvdread=no
@ -5365,6 +5364,7 @@ if test "$_dvdread_internal" = yes; then
_def_dvdread='#define USE_DVDREAD 1'
_inputmodules="dvdread(internal) $_inputmodules"
_largefiles=yes
_res_comment="internal"
elif test "$_dvdread" = yes; then
_def_dvdread='#define USE_DVDREAD 1'
_largefiles=yes