From 9b092dd388a98f8ceb8ec703fe2b757e88e96ec0 Mon Sep 17 00:00:00 2001 From: Andrew Allen Date: Mon, 19 Mar 2018 14:55:24 -0700 Subject: Support for Ambisonics. Signed-off-by: Jean-Marc Valin --- include/opus_defines.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/opus_defines.h b/include/opus_defines.h index 33c5acdb..fbf5d0eb 100644 --- a/include/opus_defines.h +++ b/include/opus_defines.h @@ -169,6 +169,9 @@ extern "C" { #define OPUS_SET_PHASE_INVERSION_DISABLED_REQUEST 4046 #define OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST 4047 +/** Defines for the presence of extended APIs. */ +#define OPUS_HAVE_OPUS_PROJECTION_H + /* Macros to trigger compilation errors when the wrong types are provided to a CTL */ #define __opus_check_int(x) (((void)((x) == (opus_int32)0)), (opus_int32)(x)) #define __opus_check_int_ptr(ptr) ((ptr) + ((ptr) - (opus_int32*)(ptr))) -- cgit v1.2.3