[FFmpeg-cvslog] drawtext: Drop pointless header

Luca Barbato git at videolan.org
Mon Apr 21 14:18:04 CEST 2014


ffmpeg | branch: release/1.1 | Luca Barbato <lu_zero at gentoo.org> | Sun Jan  5 12:30:45 2014 +0100| [29b3ca743dd02efbe00565c0b997e735e4daa772] | 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=29b3ca743dd02efbe00565c0b997e735e4daa772
---

 libavfilter/vf_drawtext.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c
index f8800d2..70f034f 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
 



More information about the ffmpeg-cvslog mailing list