1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

drawtext: Drop pointless header

It should be forward compatible with newer freetype.
This commit is contained in:
Luca Barbato 2014-01-05 12:30:45 +01:00
parent 6892d145a0
commit d68dc3c944

View File

@ -47,7 +47,6 @@
#include "video.h"
#include <ft2build.h>
#include <freetype/config/ftheader.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H