mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 13:21:10 +01:00
Bring back opus's original config header.
This commit is contained in:
parent
1f4f9c761e
commit
03596bcbd3
6
thirdparty/opus/config.h
vendored
6
thirdparty/opus/config.h
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user