[MPlayer-cvslog] r21126 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Nov 21 13:16:13 CET 2006
Author: diego
Date: Tue Nov 21 13:16:12 2006
New Revision: 21126
Modified:
trunk/configure
Log:
Move some Win32 LDFLAGS into _ld_extra.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Nov 21 13:16:12 2006
@@ -5903,11 +5903,11 @@
if test "$_win32" = yes ; then
_def_win32='#define USE_WIN32DLL 1'
_res_comment="using $_win32codecsdir"
- openbsd && x86 && _ld_win32libs="$_ld_win32libs -li386"
+ openbsd && x86 && _ld_extra="$_ld_extra -li386"
if not win32 ; then
_def_win32_loader='#define WIN32_LOADER 1'
else
- _ld_win32libs="$_ld_win32libs -ladvapi32 -lole32"
+ _ld_extra="$_ld_extra -ladvapi32 -lole32"
_res_comment="using native windows"
fi
_codecmodules="win32 $_codecmodules"
More information about the MPlayer-cvslog
mailing list