[Mplayer-cvslog] CVS: main configure,1.816,1.817

Felix Buenemann atmosfear at users.sourceforge.net
Sat Nov 29 04:36:20 CET 2003


On Saturday 29 November 2003 04:03, Ivan Kalvachev CVS wrote:
> 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
above line looks strange, shouldn't this be #define instead of include?

>  #if ((FREETYPE_MAJOR < 2) || ((FREETYPE_MINOR == 0) && (FREETYPE_PATCH <
> 9))) #error "Need FreeType 2.0.9 or newer"
>  #endif

-- 
Best Regards,
        Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________



More information about the MPlayer-cvslog mailing list