[MPlayer-cvslog] r25753 - trunk/configure

diego subversion at mplayerhq.hu
Tue Jan 15 00:08:24 CET 2008


Author: diego
Date: Tue Jan 15 00:08:24 2008
New Revision: 25753

Log:
The GUI requires font support.
patch by Guillaume Lecerf, foxcore gmail com


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Jan 15 00:08:24 2008
@@ -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."
 



More information about the MPlayer-cvslog mailing list