summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInochi Amaoto2021-08-27 09:26:24 +0800
committerInochi Amaoto2021-08-27 09:26:24 +0800
commitfd5ca13090e1519dba73f7cec6b4e5f8a7a8cc5d (patch)
treea845f999a2a60b946067da4d6ed0e2d93df80bf0
parent403e4abc2118c7313f6a90f8b6171b755f9d0d2b (diff)
downloadaur-fd5ca13090e1519dba73f7cec6b4e5f8a7a8cc5d.tar.gz
add ffmpeg-strict-abi to avoid package build failed
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ac1681bcdf9..e41e489168ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpv-full-build-git
pkgdesc = Video player based on MPlayer/mplayer2 with all possible libs (uses statically linked ffmpeg with all possible libs). (GIT version )
- pkgver = 0.33.0.r102.g5824d9fff8
+ pkgver = 0.33.0.r326.gf3a2275c24
pkgrel = 1
url = http://mpv.io
arch = x86_64
@@ -169,4 +169,3 @@ pkgbase = mpv-full-build-git
sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36
pkgname = mpv-full-build-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d0ff784fd2eb..b9542b3eb002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Inochi Amaoto <libraryindexsky@gmail.com>
pkgname=mpv-full-build-git
-pkgver=0.33.0.r102.g5824d9fff8
+pkgver=0.33.0.r326.gf3a2275c24
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,6 +343,7 @@ prepare() {
'--htmldir=/usr/share/doc/mpv/html'
'--disable-build-date'
'--lua=luajit'
+ '--enable-ffmpeg-strict-abi'
'--enable-alsa'
'--enable-caca'
'--enable-cdda'