Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YGOPRO-520DIY
ygopro
Commits
c4e6d604
Commit
c4e6d604
authored
May 26, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop-static-build' into server-develop-static-build
parents
6f26f399
9cd5900a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
5 deletions
+15
-5
.ci/configure-audio.sh
.ci/configure-audio.sh
+12
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-0
premake/miniaudio/premake5.lua
premake/miniaudio/premake5.lua
+1
-1
No files found.
.ci/configure-audio.sh
View file @
c4e6d604
#!/bin/sh
#!/bin/
ba
sh
cd
miniaudio/external/ogg
./configure
cd
../../..
libs_to_configure
=(
"ogg"
# "opus"
)
cd
miniaudio/external
for
lib
in
"
${
libs_to_configure
[@]
}
"
;
do
cd
$lib
./configure
cd
..
done
.gitlab-ci.yml
View file @
c4e6d604
...
...
@@ -201,6 +201,8 @@ exec_windows_pro3:
exec_linux
:
extends
:
.exec_linux
tags
:
-
avx2
exec_linux_pro3
:
extends
:
...
...
premake/miniaudio/premake5.lua
View file @
c4e6d604
...
...
@@ -117,7 +117,7 @@ project "miniaudio"
"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
{
"external/opus/celt/x86/pitch_avx.c"
,
"external/opus/celt/x86/pitch_sse.c"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment