summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorInochi Amaoto2019-09-01 07:51:48 +0800
committerInochi Amaoto2019-09-01 07:51:48 +0800
commitab323a25d76f0526e7f60935480056a94cddef12 (patch)
tree7f1296717c32442d13173f682c2f504da66901be /PKGBUILD
parentf1371058d7b1c08ce96859926213c964efcd85e2 (diff)
downloadaur-ab323a25d76f0526e7f60935480056a94cddef12.tar.gz
fix ffmpeg build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0912bc23116c..4c1ff88cc714 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Inochi Amaoto <libraryindexsky@gmail.com>
pkgname=mpv-full-build-git
-pkgver=0.29.0.r366.ga8c2e29868
+pkgver=0.29.0.r373.gb539eb222b
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 with all possible libs (uses statically linked ffmpeg with all possible libs). (GIT version )"
arch=('x86_64')
@@ -287,7 +287,6 @@ prepare() {
'--enable-nvdec'
'--enable-nvenc'
'--enable-omx'
- '--enable-omx-rpi'
'--enable-openal'
'--enable-opencl'
'--enable-opengl'
@@ -375,6 +374,8 @@ prepare() {
'--enable-zsh-comp'
)
+
+ # '--enable-omx-rpi'
# '--enable-libdav1d'
# '--enable-libsmbclient'
# '--enable-avresample'