summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tobias2016-08-04 01:34:08 +1000
committerDaniel Tobias2016-08-04 01:34:08 +1000
commit8dface889717152c10f5299b0b215cefd4a0ba4e (patch)
tree3247a8425a7159b232b56d39b5c07a2e332d7963
parent894128a092e95a0ed9882b53135ef566fe903323 (diff)
downloadaur-8dface889717152c10f5299b0b215cefd4a0ba4e.tar.gz
add support for armv6h
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f1055d97752..2e6f3fd3b75d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun May 22 13:09:11 UTC 2016
+# Wed Aug 3 15:33:50 UTC 2016
pkgbase = ffmpeg-headless2.8
pkgdesc = Complete solution to record, convert and stream audio and video; optimised for server (headless) systems
pkgver = 2.8.7
@@ -9,6 +9,7 @@ pkgbase = ffmpeg-headless2.8
arch = i686
arch = x86_64
arch = armv7h
+ arch = armv6h
license = GPL3
makedepends = hardening-wrapper
makedepends = yasm
diff --git a/PKGBUILD b/PKGBUILD
index 78c1f0fcae95..5f1dcd9c936a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgver=2.8.7
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')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url='http://ffmpeg.org/'
license=('GPL3') #enabling libfdk_aac makes ffmpeg incompatible with the GPL!
depends=('bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'