Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-01-05 15:30:45 +0400
committerLuca Barbato <lu_zero@gentoo.org>2014-01-06 14:44:10 +0400
commitd68dc3c9446e38b4d686cc0f55433c9e8d7c128b (patch)
tree1d246aeab9e7fc7656cb7096ede22777729ac0df /libavfilter
parent6892d145a0c80249bd61ee7dd31ec851c5076bcd (diff)
drawtext: Drop pointless header
It should be forward compatible with newer freetype.
Diffstat (limited to 'libavfilter')
-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