projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6892d14
)
drawtext: Drop pointless header
author
Luca Barbato
<lu_zero@gentoo.org>
Sun, 5 Jan 2014 11:30:45 +0000
(12:30 +0100)
committer
Luca 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
patch
|
blob
|
history
diff --git
a/libavfilter/vf_drawtext.c
b/libavfilter/vf_drawtext.c
index
703b472
..
314e0fc
100644
(file)
--- 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