Commit Graph

10 Commits

Author SHA1 Message Date
KatieFrogs
2e3694e102 CMake: Add stripping
- Strips binaries on gcc/clang
  - Affects Linux binary size: from 14.2mb to 6.1mb for static, and from 3.1mb to 2.6mb for shared
  - Does not affect wasm binary size
- Fix building static linux binaries on Ubuntu 22.10 by renaming a few functions in libcelt that clash with system libopus
- Fix building wasm binaries on systems with Vulkan installed
2023-01-24 17:15:20 +01:00
John K. Luebs
4834b27789 Do not use shallow git clones for dependencies pinned at a raw commit hash 2023-01-22 18:04:02 -06:00
bnnm
bbca255d24 build: move helper ext_lib files to ext_lib/extra 2023-01-15 20:10:21 +01:00
bnnm
0c77e5bec4 update libcelt
- compiled with mingw-w64 GCC 12.2
- properly stripped and exports external API only
- uses (symbol)_(version) renames for consistency
2023-01-15 17:11:54 +01:00
KatieFrogs
ba271b800b Remove ogg dependency from celt 2021-10-22 19:56:36 +03:00
KatieFrogs
55a85957ff Download preconfigured celt 2021-10-22 16:59:33 +03:00
KatieFrogs
15713562a1 Fix ogg dependency 2021-10-22 10:29:06 +03:00
KatieFrogs
c6a7070428 Cmake: Build celt for wasm target 2021-10-22 10:09:33 +03:00
KatieFrogs
d53c624ab9 Fix static build with celt 2021-10-22 08:19:11 +03:00
KatieFrogs
009bddf976 Cmake: Build celt for Linux target 2021-10-22 07:51:04 +03:00