diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-01-05 12:30:45 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-01-06 11:44:10 +0100 |
commit | d68dc3c9446e38b4d686cc0f55433c9e8d7c128b (patch) | |
tree | 1d246aeab9e7fc7656cb7096ede22777729ac0df | |
parent | 6892d145a0c80249bd61ee7dd31ec851c5076bcd (diff) | |
download | ffmpeg-d68dc3c9446e38b4d686cc0f55433c9e8d7c128b.tar.gz |
drawtext: Drop pointless header
It should be forward compatible with newer freetype.
-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 703b472902..314e0fc808 100644 --- a/libavfilter/vf_drawtext.c +++ b/libavfilter/vf_drawtext.c @@ -47,7 +47,6 @@ #include "video.h" #include <ft2build.h> -#include <freetype/config/ftheader.h> #include FT_FREETYPE_H #include FT_GLYPH_H |