# HG changeset patch # User diego # Date 1165092575 0 # Node ID efa3a5d013fe1611a7da1b5de6904f77263f7cad # Parent 51975bc20a274c72c6ff14c478fbdab27c00d92e Remove warning about missing codecs directory, the condition is always true. diff -r 51975bc20a27 -r efa3a5d013fe configure --- a/configure Sat Dec 02 20:32:28 2006 +0000 +++ b/configure Sat Dec 02 20:49:35 2006 +0000 @@ -8286,20 +8286,7 @@ echo fi -if x86; then - if test "$_win32" = no ; then - if test "$_win32codecsdir" ; then - echo "Failed to find a Win32 codecs directory at $_win32codecsdir!" - else - echo "Failed to find a Win32 codecs directory! (default: /usr/local/lib/codecs/)" - fi - cat << EOF -Create it and copy the DLL files there! You can download the codecs from our -homepage at http://www.mplayerhq.hu/MPlayer/releases/codecs/ - -EOF - fi -else +if not x86; then cat <