From f1633beb653a4757079a314398f89b3835b6d649 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 7 Aug 2003 10:35:05 +0000 Subject: [PATCH] added USE_MP3 variable --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4