Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 3ds/libopus/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=3ds-libopus
pkgver=1.4
pkgrel=1
pkgrel=2
pkgdesc='Reference implementation of the lossy audio codec, Opus'
arch=('any')
url='https://opus-codec.org/'
Expand All @@ -19,7 +19,7 @@ build() {
source /opt/devkitpro/3dsvars.sh

./configure --prefix="${PORTLIBS_PREFIX}" --host=arm-none-eabi \
--disable-shared --enable-static
--disable-shared --enable-static --enable-fixed-point --disable-rtcd

make
}
Expand Down
4 changes: 2 additions & 2 deletions 3ds/opusfile/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=3ds-opusfile
pkgver=0.11
pkgrel=1
pkgrel=2
pkgdesc='Library for opening, seeking, and decoding .opus files'
arch=('any')
url='https://opus-codec.org/'
Expand All @@ -20,7 +20,7 @@ build() {
source /opt/devkitpro/3dsvars.sh

./configure --prefix="${PORTLIBS_PREFIX}" --host=arm-none-eabi \
--disable-shared --enable-static
--disable-shared --enable-static --enable-fixed-point --disable-float

make
}
Expand Down