]> git.pld-linux.org Git - packages/vlc.git/blob - freetype.patch
- don't disable valid plugins just because they don't build on your private machine
[packages/vlc.git] / freetype.patch
1 --- vlc-2.1.0/modules/text_renderer/freetype.c~ 2013-11-30 20:49:37.741873844 +0100
2 +++ vlc-2.1.0/modules/text_renderer/freetype.c  2013-11-30 21:01:19.098798390 +0100
3 @@ -90,7 +90,8 @@
4  #endif
5  
6  /* Freetype */
7 -#include <freetype/ftsynth.h>
8 +#include <ft2build.h>
9 +#include FT_SYNTHESIS_H
10  #include FT_FREETYPE_H
11  #include FT_GLYPH_H
12  #include FT_STROKER_H
This page took 0.041472 seconds and 3 git commands to generate.