# HG changeset patch # User diego # Date 1164110681 0 # Node ID b1509408eb868adf983e74395d6c694259b1d1e2 # Parent 790256469dd776d4d7e6ef096ed5b20b391118d7 Remove _ld_win32, this is handled by the Makefile. diff -r 790256469dd7 -r b1509408eb86 configure --- a/configure Tue Nov 21 11:49:47 2006 +0000 +++ b/configure Tue Nov 21 12:04:41 2006 +0000 @@ -5903,8 +5903,7 @@ 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 @@ 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