X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfsound.c;h=d76baec513275bd69f53906d29e331ed0f85f3f2;hb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd;hp=bcd39514759d78f3cb40199053e51995014e1097;hpb=c9694fd8520a93d6c124a36df27f02d533014d07;p=swftools.git diff --git a/lib/modules/swfsound.c b/lib/modules/swfsound.c index bcd3951..d76baec 100644 --- a/lib/modules/swfsound.c +++ b/lib/modules/swfsound.c @@ -257,15 +257,15 @@ void swf_SetSoundDefine(TAG*tag, S16*samples, int num) void swf_SetSoundStreamHead(TAG*tag, int avgnumsamples) { - fprintf(stderr, "Error: no sound support compiled in.\n");exit(1); + fprintf(stderr, "Error: no mp3 soundstream support compiled in.\n");exit(1); } void swf_SetSoundStreamBlock(TAG*tag, S16*samples, int seek, char first) { - fprintf(stderr, "Error: no sound support compiled in.\n");exit(1); + fprintf(stderr, "Error: no mp3 soundstream support compiled in.\n");exit(1); } void swf_SetSoundStreamEnd(TAG*tag) { - fprintf(stderr, "Error: no sound support compiled in.\n");exit(1); + fprintf(stderr, "Error: no mp3 soundstream support compiled in.\n");exit(1); } void swf_SetSoundDefine(TAG*tag, S16*samples, int num) {