From cea5812fa723c08b89d929eeba73462e05de2973 Mon Sep 17 00:00:00 2001 From: Alexander Strasser Date: Fri, 6 Dec 2013 17:20:26 +0100 Subject: configure: Special case libfreetype test Include the freetype header, in-directly through a macro, like it is done in the drawtext filter. Do not break if the header is moved. Unfortunately the drawtext filter included the file where the include macros are defined in a wrong way. This is not needed and breaks the build. Remove that #include line too. Signed-off-by: Alexander Strasser --- libavfilter/vf_drawtext.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter') diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index dde3b0a320..91b8218234 100644 --- a/libavfilter/vf_drawtext.c +++ b/libavfilter/vf_drawtext.c @@ -48,7 +48,6 @@ #include "video.h" #include -#include #include FT_FREETYPE_H #include FT_GLYPH_H #if CONFIG_FONTCONFIG -- cgit v1.2.3