mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(Griffin) Put audio/utils.c last - prevents heap of compile errors
when altivec.h redefines bool on OSX PPC
This commit is contained in:
parent
b162329eab
commit
e68982596b
@ -399,11 +399,6 @@ RSOUND
|
||||
#include "../audio/rsound.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
AUDIO UTILS
|
||||
============================================================ */
|
||||
#include "../audio/utils.c"
|
||||
|
||||
/*============================================================
|
||||
AUDIO
|
||||
============================================================ */
|
||||
@ -665,6 +660,10 @@ XML
|
||||
============================================================ */
|
||||
|
||||
#include "../settings_data.c"
|
||||
/*============================================================
|
||||
AUDIO UTILS
|
||||
============================================================ */
|
||||
#include "../audio/utils.c"
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user