0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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
This commit is contained in:
diego 2008-01-14 23:08:24 +00:00
parent dbc433d438
commit 026a104c62

2
configure vendored
View File

@ -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."