1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-17 04:15:13 +00:00

Move some Win32 LDFLAGS into _ld_extra.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21126 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-21 12:16:12 +00:00
parent 43c4abaf0c
commit 40b99d0282

4
configure vendored
View File

@ -5903,11 +5903,11 @@ fi
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"