summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Tobias2017-04-17 20:50:02 +1000
committerDaniel Tobias2017-04-17 20:50:02 +1000
commit5a84ad51f6bffde67011d9d2d991f2ecbe92b36d (patch)
treea41a8d55cf0751f4acd5082574867e3b96af01f9 /PKGBUILD
parent1ccebfdabaf932b19e1ff001308f06826bf20fb2 (diff)
downloadaur-5a84ad51f6bffde67011d9d2d991f2ecbe92b36d.tar.gz
set 64bit ARM as supported
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca238870ae4e..f69447f0cefc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgver=3.3
pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video; optimised for server (headless) systems'
-arch=('i686' 'x86_64' 'armv7h' 'armv6h')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url='http://ffmpeg.org/'
license=('GPL3') #enabling libfdk_aac makes ffmpeg incompatible with the GPL!
depends=('bzip2' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'