changeset 22706:0dac05acfdc1

Rename win32 variable to the more sensible name win32dll.
author diego
date Sun, 18 Mar 2007 20:15:57 +0000
parents f8fe4c872e9e
children 9d0141651b58
files configure
diffstat 1 files changed, 15 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Mar 18 19:38:43 2007 +0000
+++ b/configure	Sun Mar 18 20:15:57 2007 +0000
@@ -574,7 +574,7 @@
 _alsa=auto
 _fastmemcpy=yes
 _unrarlib=yes
-_win32=auto
+_win32dll=auto
 _select=yes
 _radio=no
 _radio_capture=no
@@ -1105,8 +1105,8 @@
   --disable-crash-debug) _crash_debug=no ;;
   --enable-sighandler)  _sighandler=yes  ;;
   --disable-sighandler) _sighandler=no   ;;
-  --enable-win32) _win32=yes ;;
-  --disable-win32) _win32=no ;;
+  --enable-win32dll) _win32dll=yes ;;
+  --disable-win32dll) _win32dll=no ;;
 
   --enable-sse)	_sse=yes ;;
   --disable-sse) _sse=no ;;
@@ -3065,7 +3065,7 @@
   _def_pthreads='#undef HAVE_PTHREADS'
   _nas=no ; _tv_v4l1=no ; _macosx=no
   if not mingw32 ; then
-    _win32=no
+    _win32dll=no
   fi
 fi
 echores "$_pthreads"
@@ -6014,14 +6014,14 @@
 
 
 echocheck "Win32 codecs"
-if test "$_win32" = auto ; then
-  _win32=no
+if test "$_win32dll" = auto ; then
+  _win32dll=no
   if x86_32 && not qnx; then
-    _win32=yes
+    _win32dll=yes
   fi
 fi
-if test "$_win32" = yes ; then
-  _def_win32='#define USE_WIN32DLL 1'
+if test "$_win32dll" = yes ; then
+  _def_win32dll='#define USE_WIN32DLL 1'
   test -z "$_win32codecsdir" && _win32codecsdir=$_codecsdir
   _res_comment="using $_win32codecsdir"
   openbsd && x86_32 && _ld_extra="$_ld_extra -li386"
@@ -6033,11 +6033,11 @@
   fi
   _codecmodules="win32 $_codecmodules"
 else
-  _def_win32='#undef USE_WIN32DLL'
+  _def_win32dll='#undef USE_WIN32DLL'
   _def_win32_loader='#undef WIN32_LOADER'
   _nocodecmodules="win32 $_nocodecmodules"
 fi
-echores "$_win32"
+echores "$_win32dll"
 
 
 echocheck "XAnim codecs"
@@ -6066,7 +6066,7 @@
 if test "$_real" = auto ; then
   _real=no
   _res_comment="dynamic loader support needed"
-  if test "$_dl" = yes || test "$_win32" = yes &&
+  if test "$_dl" = yes || test "$_win32dll" = yes &&
      (linux || freebsd || netbsd || win32 || darwin) ; then
     _real=yes
   fi
@@ -6935,7 +6935,7 @@
 
 echocheck "QuickTime codecs"
 if test "$_qtx" = auto ; then
-  test "$_win32" = yes || darwin && _qtx=yes
+  test "$_win32dll" = yes || darwin && _qtx=yes
 fi
 if test "$_qtx" = yes ; then
     _def_qtx='#define USE_QTX_CODECS 1'
@@ -7566,7 +7566,7 @@
 DVDREAD_INTERNAL = $_dvdread_internal
 DVDCSS_INTERNAL = $_libdvdcss_internal
 DVDNAV = $_dvdnav
-WIN32DLL = $_win32
+WIN32DLL = $_win32dll
 QTX_CODECS = $_qtx
 REAL_CODECS = $_real
 XANIM_CODECS = $_xanim
@@ -7960,7 +7960,7 @@
 $_def_libpostproc_so
 
 /* Win32 DLL support */
-$_def_win32
+$_def_win32dll
 #define WIN32_PATH "$_win32codecsdir"
 
 /* Mac OS X specific features */