X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=594cd3b5a5175e47869bd958d047ee3d65bec7f3;hb=2bd434552577c39472b1e6c5949a1028cbc9e0bd;hp=41f2770b5b4af0948eda70be1b933283bc88b6aa;hpb=54f12d1203ab2b7114ea23434e56b8cb07131164;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 41f2770..594cd3b 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -588,10 +588,14 @@ int swf_SetLosslessBits(TAG * t,U16 width,U16 height,void * bitmap,U8 bitmap_fla int swf_SetLosslessBitsIndexed(TAG * t,U16 width,U16 height,U8 * bitmap,RGBA * palette,U16 ncolors); int swf_SetLosslessBitsGrayscale(TAG * t,U16 width,U16 height,U8 * bitmap); +#ifndef RFXSWF_DISABLESOUND + // swfsound.c void swf_SetSoundStreamHead(TAG*tag, U16 avgnumsamples); void swf_SetSoundStreamBlock(TAG*tag, S16*samples, int numsamples, char first); +#endif // RFXSWF_DISABLESOUND + // swftools.c U8 swf_isDefiningTag(TAG * t);