forked from minhngoc25a/freetype2
Fix `make multi'.
* src/cache/ftccache.c, src/cache/ftcsbits.c (FT_COMPONENT): Define. * src/sfnt/sfdriver.c: Include FT_INTERNAL_DEBUG_H.
This commit is contained in:
parent
6167357e8f
commit
ca87cd0bda
|
@ -1,3 +1,11 @@
|
|||
2009-10-06 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Fix `make multi'.
|
||||
|
||||
* src/cache/ftccache.c, src/cache/ftcsbits.c (FT_COMPONENT): Define.
|
||||
|
||||
* src/sfnt/sfdriver.c: Include FT_INTERNAL_DEBUG_H.
|
||||
|
||||
2009-09-27 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
[cache] Fix Savannah bug #27441, cleanup Redhat bugzilla #513582.
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
#include "ftccback.h"
|
||||
#include "ftcerror.h"
|
||||
|
||||
#undef FT_COMPONENT
|
||||
#define FT_COMPONENT trace_cache
|
||||
|
||||
|
||||
#define FTC_HASH_MAX_LOAD 2
|
||||
#define FTC_HASH_MIN_LOAD 1
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
#include "ftccback.h"
|
||||
#include "ftcerror.h"
|
||||
|
||||
#undef FT_COMPONENT
|
||||
#define FT_COMPONENT trace_cache
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
/*************************************************************************/
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
|
||||
#include <ft2build.h>
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_INTERNAL_SFNT_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
|
||||
|
|
Loading…
Reference in New Issue