Add: Support sound effects in Ogg Opus format.

This commit is contained in:
Peter Nelson
2024-03-05 14:59:17 +00:00
committed by Peter Nelson
parent 8b00661b22
commit 560ee2442d
10 changed files with 227 additions and 0 deletions

View File

@@ -60,6 +60,9 @@ jobs:
libicu-dev \
liblzma-dev \
liblzo2-dev \
libogg-dev \
libopus-dev \
libopusfile-dev \
${{ inputs.libraries }} \
zlib1g-dev \
# EOF

View File

@@ -37,6 +37,9 @@ jobs:
mingw-w64-${{ inputs.arch }}-libpng
mingw-w64-${{ inputs.arch }}-lld
mingw-w64-${{ inputs.arch }}-ninja
mingw-w64-${{ inputs.arch }}-ogg
mingw-w64-${{ inputs.arch }}-opus
mingw-w64-${{ inputs.arch }}-opusfile
- name: Install OpenGFX
shell: bash

View File

@@ -54,6 +54,8 @@ jobs:
libicu-dev \
liblzma-dev \
liblzo2-dev \
libopus-dev \
libopusfile-dev \
libsdl2-dev \
zlib1g-dev \
# EOF