From 0fe6e9fbd25acb09c646b5190980c5dfcaae17f2 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 26 Nov 2006 11:56:54 +0000 Subject: Set _win32codecsdir fallback also with --enable-win32 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21256 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 63059c0348..7a175116da 100755 --- a/configure +++ b/configure @@ -5915,12 +5915,12 @@ echocheck "Win32 codecs" 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 -- cgit v1.2.3