1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

FreeType detection, patch send by Pierre Lombard <p_l@gmx.fr>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11536 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2003-11-29 03:02:38 +00:00
parent 5ad62102d3
commit 36a4df0860

3
configure vendored
View File

@ -4207,7 +4207,8 @@ if test "$_freetype" = auto ; then
if ( $_freetypeconfig --version ) >/dev/null 2>&1 ; then
cat > $TMPC << EOF
#include <stdio.h>
#include <freetype/freetype.h>
#include <ft2build.h>
#include FT_FREETYPE_H
#if ((FREETYPE_MAJOR < 2) || ((FREETYPE_MINOR == 0) && (FREETYPE_PATCH < 9)))
#error "Need FreeType 2.0.9 or newer"
#endif