X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfsound.c;h=5f08150bdcc1720151402f9edd341c2269012c08;hb=2bd434552577c39472b1e6c5949a1028cbc9e0bd;hp=ba5e93593cb1bf6cf09976377fb95cfed6aa4542;hpb=54f12d1203ab2b7114ea23434e56b8cb07131164;p=swftools.git diff --git a/lib/modules/swfsound.c b/lib/modules/swfsound.c index ba5e935..5f08150 100644 --- a/lib/modules/swfsound.c +++ b/lib/modules/swfsound.c @@ -11,6 +11,8 @@ */ +#ifndef RFXSWF_DISABLESOUND + #include "../rfxswf.h" CodecInitOut * init = 0; @@ -62,3 +64,4 @@ void swf_SetSoundStreamBlock(TAG*tag, S16*samples, int numsamples, char first) free(buf); } +#endif // RFXSWF_DISABLESOUND