Mercurial > mplayer.hg
diff configure @ 23193:7857af1ca50b
Remove libpng dependency for Gui, use libavcodec instead
author | reimar |
---|---|
date | Wed, 02 May 2007 14:39:55 +0000 |
parents | 072e49028a76 |
children | 96ac0beace61 |
line wrap: on
line diff
--- a/configure Wed May 02 14:21:25 2007 +0000 +++ b/configure Wed May 02 14:39:55 2007 +0000 @@ -7008,7 +7008,7 @@ if test "$_gui" = yes ; then # Required libraries - test "$_png" != yes && die "The GUI requires PNG support, please install libpng and libpng-dev packages." + test "$_libavcodec" != yes && die "The GUI requires libavcodec with PNG support." if not win32 ; then test "$_x11" != yes && die "X11 support required for GUI compilation."