X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Frfxswf.c;h=944418d6f172accd2bb53e0d65450690ec4b83c5;hp=3e8f0a89b8f803318fd279f8d9fe660aef8a5eec;hb=6feed80959ad2c11f0427bf0e5a30aab8abd7083;hpb=0a7f99eb90063c65ec0c4e223a91549fa240ba30 diff --git a/lib/rfxswf.c b/lib/rfxswf.c index 3e8f0a8..944418d 100644 --- a/lib/rfxswf.c +++ b/lib/rfxswf.c @@ -35,8 +35,11 @@ #include #endif // HAVE_ZLIB -#define LAME +#ifndef RFXSWF_DISABLESOUND +#ifdef HAVE_LAME #include "lame/lame.h" +#endif +#endif #include "./bitio.h" #include "./MD5.h"