]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-freetype-includes.patch
- workaround for struct name change in Linux 2.6 headers
[packages/avifile.git] / avifile-freetype-includes.patch
1 --- avifile-0.7-0.7.38/lib/video/sub_ft.cpp.orig        2002-11-01 12:08:06.000000000 +0100
2 +++ avifile-0.7-0.7.38/lib/video/sub_ft.cpp     2003-12-29 22:24:46.258394920 +0100
3 @@ -6,7 +6,8 @@
4  
5  #ifdef HAVE_LIBFREETYPE
6  
7 -#include <freetype/freetype.h>
8 +#include <ft2build.h>
9 +#include FT_FREETYPE_H
10  
11  #if (FREETYPE_MAJOR > 2) || (FREETYPE_MAJOR == 2 && FREETYPE_MINOR >= 1)
12  #define HAVE_FREETYPE21
This page took 0.025644 seconds and 3 git commands to generate.