[MPlayer-cvslog] r24080 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Aug 16 16:12:58 CEST 2007
Author: diego
Date: Thu Aug 16 16:12:58 2007
New Revision: 24080
Log:
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.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Aug 16 16:12:58 2007
@@ -5342,7 +5342,6 @@ if test "$_dvdread_internal" = auto ; th
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
More information about the MPlayer-cvslog
mailing list