Commit b5ee967d authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

wrap code in ib_util/ambi_convert.c into AMBISONICS_CONVENTIONS

parent fa80b6ac
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -29,7 +29,9 @@
   the United Nations Convention on Contracts on the International Sales of Goods.

*******************************************************************************************************/
#include "options.h"

#ifdef AMBISONICS_CONVENTIONS
#include <stdint.h>
#include <assert.h>
#include "ivas_cnst.h"
@@ -319,3 +321,4 @@ int16_t reorder_channels( float *in[], float *out[], int16_t order, AMBI_CHANNEL

    return 0;
}
#endif
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
#ifndef AMBI_CONVERT_H
#define AMBI_CONVERT_H

#include "options.h"
#include <stdint.h>

typedef enum