Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 44117
Collapse All | Expand All

(-)avifile-0.7-0.7.38.origin/lib/video/sub_ft.cpp (-1 / +2 lines)
Lines 6-12 Link Here
6
6
7
#ifdef HAVE_LIBFREETYPE
7
#ifdef HAVE_LIBFREETYPE
8
8
9
#include <freetype/freetype.h>
9
#include <ft2build.h>
10
#include FT_FREETYPE_H
10
11
11
#if (FREETYPE_MAJOR > 2) || (FREETYPE_MAJOR == 2 && FREETYPE_MINOR >= 1)
12
#if (FREETYPE_MAJOR > 2) || (FREETYPE_MAJOR == 2 && FREETYPE_MINOR >= 1)
12
#define HAVE_FREETYPE21
13
#define HAVE_FREETYPE21

Return to bug 44117