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.
This commit is contained in:
Ralph Giles 2012-11-29 11:40:04 -08:00
parent 265b6b11a3
commit 799b1700a5

View file

@ -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>