summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-16 14:12:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-16 14:12:58 +0000
commite2f5bad023a1c724cb09aa2ca938cc5d03897d93 (patch)
treec6eb4fd50fff046dd1e0f6a74fd2ce2fc864c60d /configure
parent713206a3a9668b13744b144321d64596296b53ae (diff)
downloadmpv-e2f5bad023a1c724cb09aa2ca938cc5d03897d93.tar.bz2
mpv-e2f5bad023a1c724cb09aa2ca938cc5d03897d93.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 067fb27c11..4bde561a0a 100755
--- a/configure
+++ b/configure
@@ -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