diff options
| author | Ahmad Fatoum <[email protected]> | 2017-12-06 22:18:14 +0100 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2017-12-10 21:35:38 +0100 |
| commit | de78fa69bc49afa83898e33e73b6dfbffc43f0e4 (patch) | |
| tree | e18bf1c52159e7c78e4fb4a3f9d96e6d17137eda /src/external | |
| parent | 203b2f65d11033e5ad42bdaeb6b09b83ff576b96 (diff) | |
| download | raylib-de78fa69bc49afa83898e33e73b6dfbffc43f0e4.tar.gz raylib-de78fa69bc49afa83898e33e73b6dfbffc43f0e4.zip | |
Fix CI builds after mini_al changes
Diffstat (limited to 'src/external')
| -rw-r--r-- | src/external/mini_al.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/external/mini_al.h b/src/external/mini_al.h index 7d83b548..36c394ad 100644 --- a/src/external/mini_al.h +++ b/src/external/mini_al.h @@ -2745,12 +2745,14 @@ static mal_result mal_context__try_get_device_name_by_id(mal_context* pContext, } } break; #endif + #if 0 #ifdef MAL_HAS_COREAUDIO - case mal_backend_coreaudio + case mal_backend_coreaudio: { // TODO: Implement me. } break; #endif + #endif #ifdef MAL_HAS_OSS case mal_backend_oss: { |
