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
0263df1f
Commit
0263df1f
authored
May 26, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e6dd11b8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
.ci/configure-audio.sh
.ci/configure-audio.sh
+9
-4
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
ocgcore
ocgcore
+1
-1
No files found.
.ci/configure-audio.sh
View file @
0263df1f
#!/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 @
0263df1f
...
...
@@ -128,7 +128,7 @@ exec_windows:
BUILD_OPUS_VORBIS
:
'
1'
AUDIO_LIB
:
'
miniaudio'
MINIAUDIO_SUPPORT_OPUS_VORBIS
:
'
1'
MINIAUDIO_
BUILD_OPUS_VORBIS
:
'
1'
BUILD_OPUS_VORBIS
:
'
1'
before_script
:
-
./.ci/configure-libevent.sh
...
...
ocgcore
@
15b26798
Subproject commit
a807cf8da94ceb8456b138c87a0379b76de494cd
Subproject commit
15b26798847a8af75b7f1f03a9a7df1583ae96af
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