summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-14 23:08:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-14 23:08:24 +0000
commit026a104c6220c12ad1e3cbd1d71dff28885ece1c (patch)
treef3240be85e711d499cb0c0794e8b778bc3ae0304 /configure
parentdbc433d438cc7fe8af77003cdbb2628c3e951b06 (diff)
downloadmpv-026a104c6220c12ad1e3cbd1d71dff28885ece1c.tar.bz2
mpv-026a104c6220c12ad1e3cbd1d71dff28885ece1c.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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."