diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-26 11:56:54 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-26 11:56:54 +0000 |
commit | 0fe6e9fbd25acb09c646b5190980c5dfcaae17f2 (patch) | |
tree | 3e7ffd0923cd877f427267729ab64d034613ace7 | |
parent | 2417b2e57023fde0fe5b3282a85aed6318d98bee (diff) |
Set _win32codecsdir fallback also with --enable-win32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21256 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |