From: kramm Date: Thu, 7 Aug 2003 10:35:05 +0000 (+0000) Subject: added USE_MP3 variable X-Git-Tag: release-0-5-0~174 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=f1633beb653a4757079a314398f89b3835b6d649 added USE_MP3 variable --- diff --git a/config.h.in b/config.h.in index f58e55a..f453c86 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