From 026a104c6220c12ad1e3cbd1d71dff28885ece1c Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 14 Jan 2008 23:08:24 +0000 Subject: The GUI requires font support. patch by Guillaume Lecerf, foxcore gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25753 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index ed2db509f2..23778891f0 100755 --- a/configure +++ b/configure @@ -7226,6 +7226,8 @@ if test "$_gui" = yes ; then ! 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." -- cgit v1.2.3