Mercurial > mplayer.hg
comparison configure @ 25113:bbe4c6e032ae
Fix half-baked last commit.
author | diego |
---|---|
date | Thu, 22 Nov 2007 23:08:35 +0000 |
parents | 72dbb09c9d36 |
children | b3aa123be8f5 |
comparison
equal
deleted
inserted
replaced
25112:a06ffbca3c37 | 25113:bbe4c6e032ae |
---|---|
7166 echo "$_gui" | 7166 echo "$_gui" |
7167 if test "$_gui" = yes ; then | 7167 if test "$_gui" = yes ; then |
7168 | 7168 |
7169 # Required libraries | 7169 # Required libraries |
7170 if test "$_libavcodec" != yes || | 7170 if test "$_libavcodec" != yes || |
7171 ! "echo $_libavdecoders | grep PNG_DECODER >/dev/null 2>&1" ; then | 7171 ! echo $_libavdecoders | grep PNG_DECODER >/dev/null 2>&1 ; then |
7172 die "The GUI requires libavcodec with PNG support (needs zlib)." | 7172 die "The GUI requires libavcodec with PNG support (needs zlib)." |
7173 fi | 7173 fi |
7174 win32 || test "$_x11" != yes && die "X11 support required for GUI compilation." | 7174 if ! win32 ; then |
7175 test "$_x11" != yes && die "X11 support required for GUI compilation." | |
7175 | 7176 |
7176 echocheck "XShape extension" | 7177 echocheck "XShape extension" |
7177 if test "$_xshape" = auto ; then | 7178 if test "$_xshape" = auto ; then |
7178 _xshape=no | 7179 _xshape=no |
7179 cat > $TMPC << EOF | 7180 cat > $TMPC << EOF |
8541 if test "$_mtrr" = yes ; then | 8542 if test "$_mtrr" = yes ; then |
8542 echo "Please check mtrr settings at /proc/mtrr (see DOCS/HTML/$_doc_lang/video.html#mtrr)" | 8543 echo "Please check mtrr settings at /proc/mtrr (see DOCS/HTML/$_doc_lang/video.html#mtrr)" |
8543 echo | 8544 echo |
8544 fi | 8545 fi |
8545 | 8546 |
8546 if not x86_32; then | 8547 if ! x86_32; then |
8547 cat <<EOF | 8548 cat <<EOF |
8548 NOTE: Win32 codec DLLs are not supported on your CPU ($host_arch) or your | 8549 NOTE: Win32 codec DLLs are not supported on your CPU ($host_arch) or your |
8549 operating system ($system_name). You may encounter a few files that cannot | 8550 operating system ($system_name). You may encounter a few files that cannot |
8550 be played due to missing open source video/audio codec support. | 8551 be played due to missing open source video/audio codec support. |
8551 | 8552 |