summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tobias2018-07-16 22:35:58 +1000
committerDaniel Tobias2018-07-16 22:35:58 +1000
commitd9450b57ab9de9a73b3c1f61de4e4feafab55465 (patch)
tree2dcda517fff2a149eaf9706dd76abf1de7d08513
parent1b4a2b1f6c97c4749162bd017ad3118b58018c97 (diff)
downloadaur-d9450b57ab9de9a73b3c1f61de4e4feafab55465.tar.gz
add support for AV1
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba8a03c2350b..9d2d412fa078 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = ffmpeg-headless
arch = aarch64
license = GPL3
makedepends = yasm
+ depends = aom
depends = bzip2
depends = fribidi
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index ff2eb4060df6..e19450d455a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc='Complete solution to record, convert and stream audio and video; optimi
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url='http://ffmpeg.org/'
license=('GPL3')
-depends=('bzip2' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+depends=('aom' 'bzip2' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
'lame' 'libdrm' 'libmodplug'
'libtheora' 'libwebp' 'libxml2'
'opencore-amr' 'openjpeg2' 'opus' 'speex' 'v4l-utils'
@@ -50,6 +50,7 @@ build() {
--enable-gnutls \
--enable-gpl \
--disable-ladspa \
+ --enable-libaom \
--disable-libass \
--enable-libbluray \
--enable-libdrm \