summaryrefslogtreecommitdiffstats
path: root/libvo/font_load.h
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-20 16:25:40 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-20 16:25:40 +0000
commitec87c7239c5827fedf1504d78e1842d84fe1ce5d (patch)
tree67fa2ed7ac98c333c4a53ce8b83c1c7b255c1f33 /libvo/font_load.h
parenta61d1a3ec8ee7ec965a489281e62bc65a84dcc10 (diff)
downloadmpv-ec87c7239c5827fedf1504d78e1842d84fe1ce5d.tar.bz2
mpv-ec87c7239c5827fedf1504d78e1842d84fe1ce5d.tar.xz
freetype build fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11501 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/font_load.h')
-rw-r--r--libvo/font_load.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libvo/font_load.h b/libvo/font_load.h
index 98517be1da..b2afd64308 100644
--- a/libvo/font_load.h
+++ b/libvo/font_load.h
@@ -2,7 +2,8 @@
#define __MPLAYER_FONT_LOAD_H
#ifdef HAVE_FREETYPE
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#endif
typedef struct {