summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawtext.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-01-05 12:30:45 +0100
committerLuca Barbato <lu_zero@gentoo.org>2014-01-06 11:44:10 +0100
commitd68dc3c9446e38b4d686cc0f55433c9e8d7c128b (patch)
tree1d246aeab9e7fc7656cb7096ede22777729ac0df /libavfilter/vf_drawtext.c
parent6892d145a0c80249bd61ee7dd31ec851c5076bcd (diff)
drawtext: Drop pointless header
It should be forward compatible with newer freetype.
Diffstat (limited to 'libavfilter/vf_drawtext.c')
-rw-r--r--libavfilter/vf_drawtext.c1
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