Mercurial > mplayer.hg
comparison configure @ 21240:914a7d3df7ac
Set _win32codecsdir fallback also with --enable-win32
author | reimar |
---|---|
date | Sun, 26 Nov 2006 11:56:54 +0000 |
parents | 7c5e2e22a37e |
children | e181136346c8 |
comparison
equal
deleted
inserted
replaced
21239:fec5ae10a64d | 21240:914a7d3df7ac |
---|---|
5913 | 5913 |
5914 echocheck "Win32 codecs" | 5914 echocheck "Win32 codecs" |
5915 if test "$_win32" = auto ; then | 5915 if test "$_win32" = auto ; then |
5916 _win32=no | 5916 _win32=no |
5917 if x86 && not qnx; then | 5917 if x86 && not qnx; then |
5918 test -z "$_win32codecsdir" && _win32codecsdir=$_codecsdir | |
5919 _win32=yes | 5918 _win32=yes |
5920 fi | 5919 fi |
5921 fi | 5920 fi |
5922 if test "$_win32" = yes ; then | 5921 if test "$_win32" = yes ; then |
5923 _def_win32='#define USE_WIN32DLL 1' | 5922 _def_win32='#define USE_WIN32DLL 1' |
5923 test -z "$_win32codecsdir" && _win32codecsdir=$_codecsdir | |
5924 _res_comment="using $_win32codecsdir" | 5924 _res_comment="using $_win32codecsdir" |
5925 openbsd && x86 && _ld_extra="$_ld_extra -li386" | 5925 openbsd && x86 && _ld_extra="$_ld_extra -li386" |
5926 if not win32 ; then | 5926 if not win32 ; then |
5927 _def_win32_loader='#define WIN32_LOADER 1' | 5927 _def_win32_loader='#define WIN32_LOADER 1' |
5928 else | 5928 else |