summaryrefslogtreecommitdiff
path: root/src/audio/ma_impl.cpp
blob: 767dec1221c10e031665304ef37374f4c6a858c0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef USE_PORTAUDIO
	#ifdef WITH_MINIAUDIO
		#define MINIAUDIO_IMPLEMENTATION
		#ifdef __APPLE__
			#define MA_NO_RUNTIME_LINKING
		#endif
		#include <miniaudio.h>
	#endif
#endif