Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2012-11-29 23:40:04 +0400
committerRalph Giles <giles@mozilla.com>2012-11-29 23:46:14 +0400
commit799b1700a578878d72e78f041e1444517d28e923 (patch)
tree9d5cbcbfe83df1a6820df6b6a0b848a6049c1aa8 /src/opus_decoder.c
parent265b6b11a3bdac5356f137d361123f05a6d3b827 (diff)
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.
Diffstat (limited to 'src/opus_decoder.c')
-rw-r--r--src/opus_decoder.c2
1 files changed, 1 insertions, 1 deletions
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 <stdarg.h>