Mercurial > mplayer.hg
changeset 21240:914a7d3df7ac
Set _win32codecsdir fallback also with --enable-win32
author | reimar |
---|---|
date | Sun, 26 Nov 2006 11:56:54 +0000 |
parents | fec5ae10a64d |
children | 6e3fb3e851ac |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Nov 26 01:25:50 2006 +0000 +++ b/configure Sun Nov 26 11:56:54 2006 +0000 @@ -5915,12 +5915,12 @@ 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