(Griffin) Put audio/utils.c last - prevents heap of compile errors

when altivec.h redefines bool on OSX PPC
This commit is contained in:
twinaphex 2014-05-22 22:00:59 +02:00
parent b162329eab
commit e68982596b

View File

@ -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
}