Mercurial > mplayer.hg
comparison configure @ 10214:e2c83c931fa6
simplification and clarification
author | alex |
---|---|
date | Fri, 30 May 2003 18:17:58 +0000 |
parents | 5e15ff3261ff |
children | dd32fe16a36c |
comparison
equal
deleted
inserted
replaced
10213:5e15ff3261ff | 10214:e2c83c931fa6 |
---|---|
5948 fi | 5948 fi |
5949 | 5949 |
5950 if x86; then | 5950 if x86; then |
5951 if test "$_win32" = no ; then | 5951 if test "$_win32" = no ; then |
5952 if test "$_win32libdir" ; then | 5952 if test "$_win32libdir" ; then |
5953 cat <<EOF | 5953 echo "Failed to find a Win32 codecs dir at $_win32libdir!" |
5954 Failed to find a Win32 codecs dir at $_win32libdir! | 5954 else |
5955 Create it and copy the DLL files there! (You can get them from your Windows | 5955 echo "Failed to find a Win32 codecs directory! (default: /usr/local/lib/codecs/)" |
5956 directory or download them from: | |
5957 ftp://ftp.MPlayerHQ.hu/MPlayer/releases/w32codec.tar.bz2 | |
5958 | |
5959 EOF | |
5960 fi | 5956 fi |
5961 else | 5957 cat << EOF |
5962 if test "$_win32libdir" ; then | 5958 Create it and copy the DLL files there! You can download the codecs from our |
5963 # echo "Ok, found Win32 codecs directory at $_win32libdir." | 5959 homepage at http://www.mplayerhq.hu/MPlayer/releases/codecs/ |
5964 : | 5960 |
5965 else | 5961 EOF |
5966 cat <<EOF | |
5967 Failed to find a Win32 codecs directory! | |
5968 Create it and copy the DLL files there! (You can get them from your Windows | |
5969 directory or download them from: | |
5970 ftp://ftp.MPlayerHQ.hu/MPlayer/releases/w32codec.tar.bz2 | |
5971 | |
5972 EOF | |
5973 fi | |
5974 fi | 5962 fi |
5975 else | 5963 else |
5976 cat <<EOF | 5964 cat <<EOF |
5977 NOTE: Win32 codec DLLs are not supported on your CPU ($host_arch) or your | 5965 NOTE: Win32 codec DLLs are not supported on your CPU ($host_arch) or your |
5978 operating system ($system_name). You may encounter a few AVI files that | 5966 operating system ($system_name). You may encounter a few AVI files that |