diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-20 22:56:00 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-20 22:56:00 +0000 |
commit | e5d138aa7d8116d46042dbe4476b41623e2e7383 (patch) | |
tree | 77af16172e2a16ee31abb0c7ee3278110d6fa001 /configure | |
parent | ef78002b8175ec9ede00d48d371ce5bf55cd5a88 (diff) | |
download | mpv-e5d138aa7d8116d46042dbe4476b41623e2e7383.tar.bz2 mpv-e5d138aa7d8116d46042dbe4476b41623e2e7383.tar.xz |
1l :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9051 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4516,7 +4516,7 @@ echo "$_gui" if test "$_gui" = yes ; then # Required libraries - test "$_png" != yes && die "PNG support required for GUI compilation, please install libpng or libpng-dev packages." + test "$_png" != yes && die "PNG support required for GUI compilation, please install libpng and libpng-dev packages." test "$_x11" != yes && die "X11 support required for GUI compilation" echocheck "XShape extension" |