We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf2d79 commit 3af692fCopy full SHA for 3af692f
switch/libmpv/PKGBUILD
@@ -4,7 +4,7 @@
4
pkgbasename=libmpv
5
pkgname=switch-${pkgbasename}
6
pkgver=0.39.0
7
-pkgrel=2
+pkgrel=3
8
pkgdesc='Command line video player (library only)'
9
arch=('any')
10
url='https://mpv.io/'
@@ -28,7 +28,7 @@ build() {
28
cd mpv-$pkgver
29
30
/opt/devkitpro/meson-cross.sh switch ../crossfile.txt build \
31
- -Dlibmpv=true -Dcplayer=false -Dtests=false -Dplain-gl=enabled -Dlua=enabled \
+ -Dlibmpv=true -Dcplayer=false -Dtests=false -Dplain-gl=enabled -Dlua=disabled \
32
-Dsdl2=enabled -Dsdl2-gamepad=enabled -Dsdl2-audio=enabled -Dsdl2-video=enabled \
33
-Diconv=disabled
34
0 commit comments