summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorInochi Amaoto2021-09-10 12:06:11 +0800
committerInochi Amaoto2021-09-10 12:06:11 +0800
commit6a199288c89ff48215c3e90faa3ddfc5153e9bf0 (patch)
treec2061defa7223e4ed76dd64dc85d8913e09986d3 /PKGBUILD
parentdaf8235cc4e40774941c1f775c6418541bdbea69 (diff)
downloadaur-6a199288c89ff48215c3e90faa3ddfc5153e9bf0.tar.gz
fix: remove ffmpeg strict abi since is default
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e12cae40a7a2..4a18a83fc399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Inochi Amaoto <libraryindexsky@gmail.com>
pkgname=mpv-full-build-git
-pkgver=0.33.0.r326.gf3a2275c24
+pkgver=0.33.0.r336.g62b2c5db98
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')
@@ -343,7 +343,6 @@ prepare() {
'--htmldir=/usr/share/doc/mpv/html'
'--disable-build-date'
'--lua=luajit'
- '--enable-ffmpeg-strict-abi'
'--enable-alsa'
'--enable-caca'
'--enable-cdda'