From: kramm Date: Mon, 30 Oct 2006 09:50:29 +0000 (+0000) Subject: made error messages more precise X-Git-Tag: release-0-8-0~154 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=caa54bbf143b08932bfef07f4e025c8d3a9daeec made error messages more precise --- 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) {