Mercurial > mplayer.hg
diff configure @ 25725:be5262a6034f
The GUI requires font support.
patch by Guillaume Lecerf, foxcore gmail com
author | diego |
---|---|
date | Mon, 14 Jan 2008 23:08:24 +0000 |
parents | b4a3a1e44ab4 |
children | c826db201135 |
line wrap: on
line diff
--- a/configure Mon Jan 14 11:36:29 2008 +0000 +++ b/configure Mon Jan 14 23:08:24 2008 +0000 @@ -7226,6 +7226,8 @@ ! echo $_libavdecoders | grep PNG_DECODER >/dev/null 2>&1 ; then die "The GUI requires libavcodec with PNG support (needs zlib)." fi + test "$_freetype" = no && test "$_bitmap_font" = no && \ + die "The GUI requires either FreeType or bitmap font support." if ! win32 ; then test "$_x11" != yes && die "X11 support required for GUI compilation."