Mercurial > mplayer.hg
changeset 5654:a8e785ce5cbf
add message
author | pontscho |
---|---|
date | Wed, 17 Apr 2002 07:43:56 +0000 |
parents | 39115273d236 |
children | 117f34bb7097 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Apr 16 20:19:47 2002 +0000 +++ b/configure Wed Apr 17 07:43:56 2002 +0000 @@ -3124,7 +3124,7 @@ if test "$_gui" = yes ; then # Required libraries - test "$_png" != yes && die "PNG support required for GUI compilation" + test "$_png" != yes && die "PNG support required for GUI compilation, please install libpng or libpng-dev packages." test "$_x11" != yes && die "X11 support required for GUI compilation" echocheck "XShape extension"