-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #739 from wheremyfoodat/ios
[Core] Improve iOS compilation workflow
- Loading branch information
Showing
4 changed files
with
969 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// We do not need the ability to be able to encode or decode audio files for the time being | ||
// So we disable said functionality to make the executable smaller. | ||
#define MA_NO_DECODING | ||
#define MA_NO_ENCODING | ||
#define MINIAUDIO_IMPLEMENTATION | ||
|
||
// On iOS we have to compile miniaudio as Obj-C | ||
#include "miniaudio.h" |
Oops, something went wrong.