drawtext: Drop pointless header
authorLuca Barbato <lu_zero@gentoo.org>
Sun, 5 Jan 2014 11:30:45 +0000 (12:30 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Mon, 6 Jan 2014 10:44:10 +0000 (11:44 +0100)
It should be forward compatible with newer freetype.

libavfilter/vf_drawtext.c

index 703b472..314e0fc 100644 (file)
@@ -47,7 +47,6 @@
 #include "video.h"
 
 #include <ft2build.h>
-#include <freetype/config/ftheader.h>
 #include FT_FREETYPE_H
 #include FT_GLYPH_H