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:
parent
265b6b11a3
commit
799b1700a5
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef OPUS_BUILD
|
#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
|
#endif
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue