mirror of https://github.com/mpv-player/mpv
detect and use the codecs paths instead of win32.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14524 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ef15ac454e
commit
d00bf77f6a
|
@ -5383,7 +5383,7 @@ fi
|
||||||
|
|
||||||
if test "$_win32" != no ; then
|
if test "$_win32" != no ; then
|
||||||
if test -z "$_win32libdir" ; then
|
if test -z "$_win32libdir" ; then
|
||||||
for I in "$_libdir/codecs" "$_libdir/win32" /usr/local/lib/win32 /usr/lib/win32 ; do
|
for I in "$_libdir/codecs" "$_libdir/win32" /usr/local/lib/codecs /usr/lib/codecs /usr/local/lib/win32 /usr/lib/win32 ; do
|
||||||
if test -d "$I" ; then
|
if test -d "$I" ; then
|
||||||
_win32libdir="$I"
|
_win32libdir="$I"
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue