Use the official OpenAL Soft repo as a submodule.

Continuing to use version 1.19.0 for now.

Missing changes:
defines.xml
library.xml
d66ef73a92
e5b5a55907
This commit is contained in:
Joseph Cloutier
2022-05-12 13:25:46 -04:00
parent 949157cc39
commit f59f996f40
15 changed files with 14026 additions and 6 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
/* Define to the library version */
#define ALSOFT_VERSION "1.19.0"
/* Define the branch being built */
#define ALSOFT_GIT_BRANCH "master"
/* Define the hash of the head commit */
#define ALSOFT_GIT_COMMIT_HASH "96aacac"