1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-22 11:18:32 +00:00

Cygwin and MinGW should use default codecs directories, --with-codecsdir is

available for setting it differently.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10156 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-05-22 23:52:37 +00:00
parent fcec3e7c2b
commit 100a33ccf6

10
configure vendored
View File

@ -4152,11 +4152,6 @@ if test "$_win32" = auto ; then
fi
if test "$_win32" != no ; then
if test -z "$_win32libdir" ; then
if cygwin || mingw32 ; then
_win32libdir="codecs"
fi
fi
if test -z "$_win32libdir" ; then
for I in "$_libdir/codecs" "$_libdir/win32" /usr/local/lib/win32 /usr/lib/win32 ; do
if test -d "$I" ; then
@ -4302,11 +4297,6 @@ if test "$_real" = auto ; then
echores "no (tested only on Linux/FreeBSD/NetBSD/Cygwin/MINGW32)"
fi
if test "$_real" = yes ; then
if test -z "$_reallibdir" ; then
if cygwin || mingw32 ; then
_reallibdir="codecs"
fi
fi
if test -z "$_reallibdir" ; then
for I in "$_libdir/codecs" "$_libdir/real" /usr/lib/real \
/usr/lib/RealPlayer{9,8,}/Codecs /usr/local/RealPlayer{9,8,}/Codecs \