[FFmpeg-cvslog] drawtext: Drop pointless header
Luca Barbato
git at videolan.org
Tue Jun 3 01:01:51 CEST 2014
ffmpeg | branch: release/0.10 | Luca Barbato <lu_zero at gentoo.org> | Sun Jan 5 12:30:45 2014 +0100| [ec772cca60423b9994fe00c7cef239f93eae6112] | committer: Luca Barbato
drawtext: Drop pointless header
It should be forward compatible with newer freetype.
(cherry picked from commit d68dc3c9446e38b4d686cc0f55433c9e8d7c128b)
Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec772cca60423b9994fe00c7cef239f93eae6112
---
libavfilter/vf_drawtext.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c
index dcde542..273dc97 100644
--- a/libavfilter/vf_drawtext.c
+++ b/libavfilter/vf_drawtext.c
@@ -45,7 +45,6 @@
#undef time
#include <ft2build.h>
-#include <freetype/config/ftheader.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H
More information about the ffmpeg-cvslog
mailing list