summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tobias2016-01-28 05:49:02 +1100
committerDaniel Tobias2016-01-28 05:49:02 +1100
commit75020a59043df3236837612dd0cb2ce917d29abf (patch)
treef8388af4cbea14cf22fab4a06668ddaab1fae74e
parent3392da88c1616921b2a1eef83f0c627aa722fc94 (diff)
downloadaur-75020a59043df3236837612dd0cb2ce917d29abf.tar.gz
add armv7h to supported architectures
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9745e4376fc6..b986ae83afbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgver=2.8.5
pkgrel=1
epoch=1
pkgdesc='The FFmpeg media toolkit optimised for server (headless) systems'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url='http://ffmpeg.org/'
license=('GPL3')
depends=('bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'