[MPlayer-cvslog] r32236 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Sep 14 12:32:27 CEST 2010
Author: diego
Date: Tue Sep 14 12:32:27 2010
New Revision: 32236
Log:
Simplify FreeType check.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Sep 14 12:25:12 2010 (r32235)
+++ trunk/configure Tue Sep 14 12:32:27 2010 (r32236)
@@ -6310,8 +6310,7 @@ if test "$_freetype" = auto ; then
#endif
int main(void) {
FT_Library library;
- FT_Int major=-1,minor=-1,patch=-1;
- int err=FT_Init_FreeType(&library);
+ FT_Init_FreeType(&library);
return 0;
}
EOF
More information about the MPlayer-cvslog
mailing list