]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- proper freetype headers usage
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 Dec 2003 00:28:34 +0000 (00:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile-freetype-includes.patch -> 1.1

avifile-freetype-includes.patch [new file with mode: 0644]

diff --git a/avifile-freetype-includes.patch b/avifile-freetype-includes.patch
new file mode 100644 (file)
index 0000000..695a1e8
--- /dev/null
@@ -0,0 +1,12 @@
+--- avifile-0.7-0.7.38/lib/video/sub_ft.cpp.orig       2002-11-01 12:08:06.000000000 +0100
++++ avifile-0.7-0.7.38/lib/video/sub_ft.cpp    2003-12-29 22:24:46.258394920 +0100
+@@ -6,7 +6,8 @@
+ #ifdef HAVE_LIBFREETYPE
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+ #if (FREETYPE_MAJOR > 2) || (FREETYPE_MAJOR == 2 && FREETYPE_MINOR >= 1)
+ #define HAVE_FREETYPE21
This page took 0.065993 seconds and 4 git commands to generate.