14 lines
522 B
Diff
14 lines
522 B
Diff
|
diff -Naur mlt-0.9.0.orig/src/modules/gtk2/producer_pango.c mlt-0.9.0/src/modules/gtk2/producer_pango.c
|
||
|
--- mlt-0.9.0.orig/src/modules/gtk2/producer_pango.c 2013-06-03 05:34:35.000000000 +0200
|
||
|
+++ mlt-0.9.0/src/modules/gtk2/producer_pango.c 2013-12-11 19:59:06.975420338 +0100
|
||
|
@@ -25,7 +25,8 @@
|
||
|
#include <string.h>
|
||
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
||
|
#include <pango/pangoft2.h>
|
||
|
-#include <freetype/freetype.h>
|
||
|
+#include <ft2build.h>
|
||
|
+#include FT_FREETYPE_H
|
||
|
#include <iconv.h>
|
||
|
#include <pthread.h>
|
||
|
#include <ctype.h>
|