Commit c4e6d604 authored by nanahira's avatar nanahira

Merge branch 'develop-static-build' into server-develop-static-build

parents 6f26f399 9cd5900a
#!/bin/sh #!/bin/bash
cd miniaudio/external/ogg libs_to_configure=(
./configure "ogg"
cd ../../.. # "opus"
)
cd miniaudio/external
for lib in "${libs_to_configure[@]}"; do
cd $lib
./configure
cd ..
done
...@@ -201,6 +201,8 @@ exec_windows_pro3: ...@@ -201,6 +201,8 @@ exec_windows_pro3:
exec_linux: exec_linux:
extends: .exec_linux extends: .exec_linux
tags:
- avx2
exec_linux_pro3: exec_linux_pro3:
extends: extends:
......
...@@ -117,7 +117,7 @@ project "miniaudio" ...@@ -117,7 +117,7 @@ project "miniaudio"
"HAVE_LRINTF", "HAVE_LRINTF",
"OP_HAVE_LRINTF", "OP_HAVE_LRINTF",
} }
if not TARGET_MAC_ARM then if not TARGET_MAC_ARM and not IS_ARM and not MAC_INTEL then
files { files {
"external/opus/celt/x86/pitch_avx.c", "external/opus/celt/x86/pitch_avx.c",
"external/opus/celt/x86/pitch_sse.c", "external/opus/celt/x86/pitch_sse.c",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment