1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-01 13:20:43 +00:00

Merge pull request from Alcaro/patch-9

Fix --enable-debug build
This commit is contained in:
Autechre 2020-09-18 23:34:47 +02:00 committed by GitHub
commit 6c496eeaab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,6 +20,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#include <audio/audio_mixer.h> #include <audio/audio_mixer.h>
#include <audio/audio_resampler.h> #include <audio/audio_resampler.h>
@ -33,10 +37,6 @@
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif
#ifdef HAVE_STB_VORBIS #ifdef HAVE_STB_VORBIS
#define STB_VORBIS_NO_PUSHDATA_API #define STB_VORBIS_NO_PUSHDATA_API
#define STB_VORBIS_NO_STDIO #define STB_VORBIS_NO_STDIO