mirror of
https://github.com/mpv-player/mpv
synced 2025-04-04 15:34:31 +00:00
win32 loader wasn't build on solaris x86 ("!" shell operator doesn't work
on solaris) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9453 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c895e2436b
commit
2dbc99b6b1
2
configure
vendored
2
configure
vendored
@ -3855,7 +3855,7 @@ fi
|
|||||||
if test "$_win32" != no ; then
|
if test "$_win32" != no ; then
|
||||||
_def_win32_loader='#undef WIN32_LOADER'
|
_def_win32_loader='#undef WIN32_LOADER'
|
||||||
echocheck "Win32 loader support"
|
echocheck "Win32 loader support"
|
||||||
if ! cygwin ; then
|
if not cygwin ; then
|
||||||
_ld_win32='loader/libloader.a'
|
_ld_win32='loader/libloader.a'
|
||||||
_dep_win32='loader/libloader.a'
|
_dep_win32='loader/libloader.a'
|
||||||
_codecmodules="win32 $_codecmodules"
|
_codecmodules="win32 $_codecmodules"
|
||||||
|
Loading…
Reference in New Issue
Block a user