Bring back opus's original config header.

This commit is contained in:
Relintai 2022-03-18 00:44:06 +01:00
parent 1f4f9c761e
commit 03596bcbd3

View File

@ -1,5 +1,3 @@
#ifndef WIN32
#define VAR_ARRAYS 1
/* Opus configuration header */
/* Based on the output of libopus configure script */
@ -97,9 +95,9 @@
/* This is a build of OPUS */
#define OPUS_BUILD /**/
#ifndef WIN32
/* Use C99 variable-size arrays */
#define VAR_ARRAYS 1
#else
/* Fixes VS 2013 compile error */
#define USE_ALLOCA 1