[FFmpeg-cvslog] drawtext: Drop pointless header
Luca Barbato
git at videolan.org
Mon Jan 6 17:40:46 CET 2014
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Sun Jan 5 12:30:45 2014 +0100| [d68dc3c9446e38b4d686cc0f55433c9e8d7c128b] | committer: Luca Barbato
drawtext: Drop pointless header
It should be forward compatible with newer freetype.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d68dc3c9446e38b4d686cc0f55433c9e8d7c128b
---
libavfilter/vf_drawtext.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c
index 703b472..314e0fc 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