Skip to content

Commit

Permalink
Added libimxvpuapi
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Feb 21, 2016
1 parent 3f14675 commit 275beee
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions libimxvpuapi/Buildfile
@@ -0,0 +1,18 @@
# Description: Frontend for the i.MX6 VPU hardware video engine
# URL: https://github.com/Freescale/libimxvpuapi
# License: LGPLv2

name=libimxvpuapi
version=git8e771726
release=1
source=(http://mirror.mini-distribution.io/nxp/$name-$version.tar.xz)
depends=(imx-vpu)

build() {
cd $name-$version

CC=$HOST-gcc \
./waf configure --prefix=$PKG/usr
./waf
./waf install
}

0 comments on commit 275beee

Please sign in to comment.