Enable gst-omx-rpi on Raspberry Pi 2

This commit is contained in:
Lars Christensen 2015-03-24 10:44:48 +01:00
parent f35c23688e
commit c550722ec6

View file

@ -8,7 +8,7 @@ pkgname=${_pkgname}-rpi
pkgver=1.2.0
pkgrel=2
pkgdesc="Gstreamer OpenMAX IL wrapper Plugin for Raspberry Pi"
arch=('armv6h')
arch=('armv6h' 'armv7h')
license=('LGPL')
url="http://gstreamer.freedesktop.org/"
depends=('gst-plugins-base-libs')