mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
added libraries: opus flac libsndfile updated: libvorbis libogg openal - Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
8 lines
84 B
C
8 lines
84 B
C
int main(void) {
|
|
#if @CHECK_CPU_ARCH_DEFINES@
|
|
return 0;
|
|
#else
|
|
fail
|
|
#endif
|
|
}
|