[MPlayer-cvslog] r21256 - trunk/configure

reimar subversion at mplayerhq.hu
Sun Nov 26 12:56:54 CET 2006


Author: reimar
Date: Sun Nov 26 12:56:54 2006
New Revision: 21256

Modified:
   trunk/configure

Log:
Set _win32codecsdir fallback also with --enable-win32


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Nov 26 12:56:54 2006
@@ -5915,12 +5915,12 @@
 if test "$_win32" = auto ; then
   _win32=no
   if x86 && not qnx; then
-    test -z "$_win32codecsdir" && _win32codecsdir=$_codecsdir
     _win32=yes
   fi
 fi
 if test "$_win32" = yes ; then
   _def_win32='#define USE_WIN32DLL 1'
+  test -z "$_win32codecsdir" && _win32codecsdir=$_codecsdir
   _res_comment="using $_win32codecsdir"
   openbsd && x86 && _ld_extra="$_ld_extra -li386"
   if not win32 ; then



More information about the MPlayer-cvslog mailing list