OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPUS_BUILD
(Results
1 - 5
of
5
) sorted by null
/external/libopus/win32/
config.h
36
#define
OPUS_BUILD
1
/external/libopus/include/
opus_custom.h
49
# ifdef
OPUS_BUILD
130
#if !defined(
OPUS_BUILD
) || defined(CELT_ENCODER_C)
241
#if !defined(
OPUS_BUILD
) || defined(CELT_DECODER_C)
opus_defines.h
68
# ifdef
OPUS_BUILD
73
# elif defined(__GNUC__) && defined(
OPUS_BUILD
)
114
* NONNULL is not used in
OPUS_BUILD
to avoid the compiler optimizing out
121
#if !defined(
OPUS_BUILD
) && defined(__GNUC__) && OPUS_GNUC_PREREQ(3, 4)
/external/libopus/
config.h.in
107
#undef
OPUS_BUILD
/external/libopus/src/
opus_decoder.c
32
#ifndef
OPUS_BUILD
33
# 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."
Completed in 2167 milliseconds