mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
"MAL_" to "MA_".
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// Just a simple test to check that MAL_NO_DEVICE_IO compiles.
|
||||
// Just a simple test to check that MA_NO_DEVICE_IO compiles.
|
||||
|
||||
#include "../extras/dr_flac.h"
|
||||
#include "../extras/dr_mp3.h"
|
||||
#include "../extras/dr_wav.h"
|
||||
|
||||
#define MAL_NO_DEVICE_IO
|
||||
#define MA_NO_DEVICE_IO
|
||||
#define MINIAUDIO_IMPLEMENTATION
|
||||
#include "../miniaudio.h"
|
||||
|
||||
@@ -13,7 +13,7 @@ int main(int argc, char** argv)
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
|
||||
mal_result result = MAL_ERROR;
|
||||
mal_result result = MA_ERROR;
|
||||
|
||||
mal_pcm_converter_config dspConfig = mal_pcm_converter_config_init_new();
|
||||
mal_pcm_converter converter;
|
||||
|
||||
Reference in New Issue
Block a user