alarm/omxplayer-git to 473.15a490b-1

This commit is contained in:
Kevin Mihelich 2016-02-18 01:13:08 +00:00
parent 67d941d0b3
commit 2ca2664ec7

View file

@ -5,7 +5,7 @@
buildarch=20
pkgname=omxplayer-git
pkgver=469.19efb03
pkgver=473.15a490b
pkgrel=1
pkgdesc="omxplayer is a command line media player for the RaspberryPi"
arch=('armv6h' 'armv7h')
@ -35,6 +35,7 @@ prepare() {
build() {
cd "${srcdir}/omxplayer"
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/vfpv3-d16/neon/'` && CXXFLAGS="$CFLAGS"
make
}