mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/omxplayer-git to 473.15a490b-1
This commit is contained in:
parent
67d941d0b3
commit
2ca2664ec7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue