diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-21 12:04:41 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-21 12:04:41 +0000 |
commit | 406f7d342db6349db47201d34e94f05702ad4f3b (patch) | |
tree | 66974404fa78379d1ce37c36f51d5b1ca87cee09 /configure | |
parent | 6178e38e46480f00e89521036b8011260de01699 (diff) |
Remove _ld_win32, this is handled by the Makefile.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21124 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -5903,8 +5903,7 @@ fi if test "$_win32" = yes ; then _def_win32='#define USE_WIN32DLL 1' _res_comment="using $_win32codecsdir" - _ld_win32='loader/libloader.a loader/dshow/libDS_Filter.a loader/dmo/libDMO_Filter.a' - openbsd && x86 && _ld_win32="$_ld_win32 -li386" + openbsd && x86 && _ld_win32libs="$_ld_win32libs -li386" if not win32 ; then _def_win32_loader='#define WIN32_LOADER 1' else @@ -7355,7 +7354,7 @@ GIF = $_gif EXTRALIBS = $_extra_libs EXTRA_LIB = $_ld_extra \ - $_ld_static $_ld_win32 \ + $_ld_static \ $_ld_win32libs $_ld_lm $_ld_gif \ $_ld_vorbis $_ld_theora $_xmms_lib \ $_ld_arch |