Commit Graph

239 Commits

Author SHA1 Message Date
Miku AuahDark 54b9fa80a7 Search Oboe in config mode according to kcat/openal-soft@f3092e286e 2022-06-03 08:41:19 +08:00
Miku AuahDark 25beb07460 OpenAL-soft: Search Oboe in config mode. 2022-05-28 17:39:12 +08:00
Miku AuahDark 722f883661 Remove Oboe from sources.
LOVE Android uses Oboe from Google prefab.
2022-05-28 17:18:50 +08:00
Miku AuahDark be81e424cb Rename OpenAL-soft "Alc" to "alc" 2022-05-22 13:40:18 +08:00
Miku AuahDark 0298822ab9 OpenAL-soft: Add love-android-specific patches. 2022-05-14 15:48:10 +08:00
Miku AuahDark a724ea776f Modplug: Use unsigned char in abc_isvalidchar 2022-05-02 08:57:02 +08:00
Alex Szpakowski cea2f42ada Apply megasource changes to OpenAL-Soft cmakelists 2022-04-30 21:02:25 -03:00
Alex Szpakowski 2b15394df5 Update OpenAL-Soft to 1.22.0 2022-04-30 21:02:11 -03:00
Alex Szpakowski 4f72a5e5d9 Update FreeType to 2.12.0 2022-04-17 20:36:45 -03:00
Miku AuahDark 4f30818c90 Fix Android compile error. 2022-03-05 13:25:03 +08:00
Miku AuahDark 7e97e2f28f Add LuaJIT shared library for Android. 2022-03-05 12:01:42 +08:00
Miku AuahDark 8e47b5aff7 Revert "Add LuaJIT CMake for Android build"
This reverts commit 205b5d8929.
2022-02-07 00:03:06 +08:00
Miku AuahDark 205b5d8929 Add LuaJIT CMake for Android build 2022-02-05 11:49:28 +08:00
Miku AuahDark 03f32dc1bd Rebuild LuaJIT for Android with NDK r23. 2022-02-05 11:39:41 +08:00
Alex Szpakowski ec182a12c9 Update LuaJIT to latest 2.1.0 source (7306ba7) 2022-01-15 18:08:02 -04:00
Alex Szpakowski c47dad7f2f Update SDL2 to latest source (1a50334) 2022-01-15 18:04:29 -04:00
Alex Szpakowski 55ebcdc074 Merge branch 'main' into 12.x 2022-01-09 14:48:44 -04:00
Alex Szpakowski efebc0bef9 Update LuaJIT to the latest 2.1.0 source (a91d0d9) 2021-12-30 13:15:31 -04:00
Alex Szpakowski d1c1d96165 Merge branch 'main' into 12.x 2021-12-03 20:56:23 -04:00
Alex Szpakowski c3986a9541 Update LuaJIT to the latest 2.1.0 source (f3c8569) 2021-12-03 20:50:23 -04:00
Alex Szpakowski 4f24e5473f Re-apply megasource changes to SDL's cmake file 2021-12-03 18:40:53 -04:00
Alex Szpakowski 8ff9d249b2 Update SDL to 2.0.18 2021-12-03 18:40:24 -04:00
Miku AuahDark 4c5040b2e7 Add Oboe 1.4.3, used only for Android build. 2021-02-12 19:55:07 +08:00
Alex Szpakowski cfecce7010 Merge pull request #5 from MikuAuahDark/openal-soft-1.21.1
Update OpenAL-soft to 1.21.1
2021-02-11 18:26:37 -04:00
Miku AuahDark 9ec151e21e Add LuaJIT prebuilt static library for Android 2021-02-11 20:14:22 +08:00
Miku AuahDark 0772fb5690 Add Android build script 2021-02-11 19:46:20 +08:00
Miku AuahDark c7178fc206 Update LuaJIT up to LuaJIT/LuaJIT@ec6edc5 2021-02-11 19:27:42 +08:00
Miku AuahDark ca4b1cb2d3 Re-apply Megasource-specific changes to OpenAL-soft CMakeLists 2021-02-11 18:13:49 +08:00
Miku AuahDark 904cc75ba8 Update OpenAL-soft to 1.21.1 2021-02-11 18:04:50 +08:00
Alex Szpakowski 5b67432127 Merge branch 'master' into 12.x 2020-12-23 22:13:26 -04:00
Alex Szpakowski 13584cee64 Update SDL to version 2.0.14. 2020-12-23 22:00:38 -04:00
Miku AuahDark c01b7e2159 OpenAL-soft: Add more Windows SDK versions. 2020-12-03 14:01:30 +08:00
Miku AuahDark 04e953c4ec OpenAL-soft: Fix NEON mixer compile error under MSVC
Based on kcat/openal-soft@88cb398a83, backported to 1.19.1

Ideally, updating OpenAL-soft to latest version should fix this issue.
2020-12-03 13:29:45 +08:00
Miku AuahDark a6e5549830 OpenAL-soft: Use WinAPI functions to check for NEON support
Based on kcat/openal-soft@1869dc14d4 but backported to 1.19.1
2020-12-03 13:18:03 +08:00
Miku AuahDark 9932cae9c1 OpenAL-soft: Apply kcat/openal-soft@ee9f0fe306
Recognize ARM64 as a VS platform
2020-12-03 13:01:33 +08:00
Miku AuahDark 86071a8a44 Vorbis: Make sure SSE float-to-int conversion codepath is not taken when compiling for Windows ARM64. 2020-12-03 12:59:27 +08:00
Miku AuahDark 886724eb94 SDL: Apply revision 40ea0350f044 to fix implicit memcpy() when compiling for Windows ARM64
https://hg.libsdl.org/SDL/rev/40ea0350f044

A better solution would be to update SDL to latest release, but this is unnecessary
at the moment.
2020-12-03 12:55:55 +08:00
Miku AuahDark 6e7f690ba1 SDL: Apply revision ea71847e4e3c to fix Windows ARM64 compilation.
https://hg.libsdl.org/SDL/rev/ea71847e4e3c
2020-12-03 12:41:49 +08:00
Miku AuahDark 75c1f1c923 12.x: Remove mpg123 as dependency
See love2d/love#5
2020-10-15 18:09:54 +08:00
Alex Szpakowski 9e09bbb4b1 12.x: set LUAJIT_ENABLE_LUA52COMPAT 2020-10-12 18:23:09 -03:00
Alex Szpakowski 72540d2d5a Update LuaJIT to the latest 2.1.0 source (1d8b747) 2020-10-12 18:09:06 -03:00
Alex Szpakowski 7ed6273a1a SDL: Fix link error when vs2019+x64 is used. 2020-01-04 20:30:55 -04:00
Alex Szpakowski 63ff1503c3 Fix SDL's compilation. 2019-12-25 18:41:36 -05:00
Alex Szpakowski e6b37c63e2 Apply fix for compiling SDL with VS2019/x64 (3def438a1540). 2019-12-25 18:27:36 -05:00
Alex Szpakowski f138e9052e Update LuaJIT to the latest 2.1.0 source (0bee44c) 2019-12-25 17:37:36 -05:00
Alex Szpakowski 629d05efb3 Re-apply megasource-specific changes to SDL's cmakelists file. 2019-07-25 19:13:24 -03:00
Alex Szpakowski e173593f7c Update SDL to version 2.0.10. 2019-07-25 19:13:03 -03:00
Alex Szpakowski 83c92ffb6d Reapply megasource's changes to zlib's cmakelists.txt 2019-06-02 01:38:38 -03:00
Alex Szpakowski fdc98187b8 Update zlib to 1.2.11. 2019-06-02 01:37:50 -03:00
Alex Szpakowski f604155475 Re-apply megasource-specific changes to SDL's CMakeLists.
- Enable SDL_SHARED and disable SDL_STATIC.

- Set SDL_LINK_DIR in parent scope.

- Use custom install() directive.

- Add target_include_directories.
2018-12-31 16:11:34 -04:00