mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 17:37:23 +00:00
Set _win32codecsdir fallback also with --enable-win32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21256 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2417b2e570
commit
0fe6e9fbd2
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user