mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-22 16:13:45 +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.
9 lines
122 B
C++
9 lines
122 B
C++
#include "config.h"
|
|
|
|
#ifdef ALSOFT_EAX
|
|
|
|
#include <cassert>
|
|
#include "AL/efx.h"
|
|
#include "effects.h"
|
|
|
|
#endif // ALSOFT_EAX
|