Searched defs:OPUS_EXPORT (Results 1 - 1 of 1) sorted by relevance

/external/libopus/include/
H A Dopus_defines.h66 #ifndef OPUS_EXPORT
69 # define OPUS_EXPORT __declspec(dllexport) macro
71 # define OPUS_EXPORT macro
74 # define OPUS_EXPORT __attribute__ ((visibility ("default"))) macro
76 # define OPUS_EXPORT macro
736 OPUS_EXPORT const char *opus_strerror(int error);
746 OPUS_EXPORT const char *opus_get_version_string(void);

Completed in 82 milliseconds