summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Schneider2020-05-06 00:29:37 +0200
committerThomas Schneider2020-05-06 00:29:37 +0200
commit91030ec71ad12740be6cf26b10b81eed79bb1a0a (patch)
tree3fc5aa5c5b55e37fccf1c78adc7c28b8d35698cd /PKGBUILD
parent9057ca4d56ae0b73653b5db0f425408bdb61f4f6 (diff)
downloadaur-91030ec71ad12740be6cf26b10b81eed79bb1a0a.tar.gz
bumped the sub version and added the correct enable-flags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0910e807fb5f..a9840e95e62b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _svt_vp9_ver='0.1.0'
pkgname=ffmpeg-svt
pkgver=4.2.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video. SVT Patchset applied'
arch=(x86_64)
@@ -160,7 +160,9 @@ build() {
--enable-omx \
--enable-shared \
--enable-version3 \
- --enable-libsvtav1
+ --enable-libsvtav1 \
+ --enable-libsvtvp9 \
+ --enable-libsvthevc
make