diff options
author | Alexander Strasser <eclipse7@gmx.net> | 2013-12-06 17:20:26 +0100 |
---|---|---|
committer | Alexander Strasser <eclipse7@gmx.net> | 2013-12-08 18:21:46 +0100 |
commit | cea5812fa723c08b89d929eeba73462e05de2973 (patch) | |
tree | a04755a3aa8610a22f043e37c27b80f9fc69e219 /libavfilter | |
parent | bc9cee98c0c84406bfb1f786d0669762e4c76f3e (diff) | |
download | ffmpeg-cea5812fa723c08b89d929eeba73462e05de2973.tar.gz |
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 <eclipse7@gmx.net>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_drawtext.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <ft2build.h> -#include <freetype/config/ftheader.h> #include FT_FREETYPE_H #include FT_GLYPH_H #if CONFIG_FONTCONFIG |