From 100a33ccf62a470bbfac167a6f7d7c0a830f955f Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 22 May 2003 23:52:37 +0000 Subject: 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 --- configure | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure b/configure index 1c374c1ad6..34907ce276 100755 --- a/configure +++ b/configure @@ -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 \ -- cgit v1.2.3