X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=config.h.in;h=c3d64c1fb5065b6e1da7a1b6e7902003ab6768b9;hp=f58e55ad647f1ef385403280b7587401fa2c2f1f;hb=0f52bdfad8816e85fd4d12eb6b76f00aecddf315;hpb=8ddaab4d47fd49157648993fce716da20cd83e98 diff --git a/config.h.in b/config.h.in index f58e55a..c3d64c1 100644 --- a/config.h.in +++ b/config.h.in @@ -109,6 +109,9 @@ /* use libfreetype */ #undef USE_FREETYPE +/* use internal l.a.m.e. mp3 library */ +#undef USE_MP3 + /* system() can handle command substitution */ #undef SYSTEM_BACKTICKS @@ -130,5 +133,10 @@ #endif #endif +#ifdef HAVE_T1LIB_H +#ifdef HAVE_LIBT1 +#define HAVE_T1LIB +#endif +#endif #endif