[Mplayer-cvslog] CVS: main configure,1.816,1.817
Ivan Kalvachev CVS
iive at mplayerhq.hu
Sat Nov 29 04:03:04 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv24580
Modified Files:
configure
Log Message:
FreeType detection, patch send by Pierre Lombard <p_l at gmx.fr>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.816
retrieving revision 1.817
diff -u -r1.816 -r1.817
--- configure 29 Nov 2003 01:28:05 -0000 1.816
+++ configure 29 Nov 2003 03:02:38 -0000 1.817
@@ -4207,7 +4207,8 @@
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
More information about the MPlayer-cvslog
mailing list