From 799b1700a578878d72e78f041e1444517d28e923 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Thu, 29 Nov 2012 11:40:04 -0800 Subject: [PATCH] Improve the !OPUS_BUILD #error. The README doesn't say anything about this particular define. Refer people to config.h and the other build files for examples. --- src/opus_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opus_decoder.c b/src/opus_decoder.c index 18262322..167e4e48 100644 --- a/src/opus_decoder.c +++ b/src/opus_decoder.c @@ -30,7 +30,7 @@ #endif #ifndef OPUS_BUILD -#error "OPUS_BUILD _MUST_ be defined to build Opus and you probably want a decent config.h, see README for more details." +#error "OPUS_BUILD _MUST_ be defined to build Opus. This probably means you need other defines as well, as in a config.h. See the included build files for details." #endif #include