mirror of https://github.com/mpv-player/mpv
It makes sense to me to try and use any locally installed win32 DLLs
found under $prefix before trying the system-wide ones. patch by Jim Radford <radford@robotics.caltech.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6853 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ed7f81ec5e
commit
98861b8f69
|
@ -3239,7 +3239,7 @@ if test "$_win32" = auto ; then
|
|||
_win32=no
|
||||
if x86 ; then
|
||||
if test -z "$_win32libdir" ; then
|
||||
for I in /usr/local/lib/win32 /usr/lib/win32 ; do
|
||||
for I in "$_libdir/win32" /usr/local/lib/win32 /usr/lib/win32 ; do
|
||||
if test -d "$I" ; then
|
||||
_win32libdir="$I"
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue