~motumedia/libav/packaging-trunk

« back to all changes in this revision

Viewing changes to patches/freetype-api.patch

  • Committer: Rico Tzschichholz
  • Date: 2015-05-12 05:37:12 UTC
  • Revision ID: ricotz@ubuntu.com-20150512053712-tphjidjvvph7hiq1
Merge with 6:11.3-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Author: Fabian Greffrath <fabian+debian@greffrath.com>
2
 
Description: Use the freetype API correctly.
3
 
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731307
4
 
 
5
 
--- a/libavfilter/vf_drawtext.c
6
 
+++ b/libavfilter/vf_drawtext.c
7
 
@@ -47,7 +47,6 @@
8
 
 #include "video.h"
9
 
 
10
 
 #include <ft2build.h>
11
 
-#include <freetype/config/ftheader.h>
12
 
 #include FT_FREETYPE_H
13
 
 #include FT_GLYPH_H
14