From 2e7cb2b514e1c23bcabace2d34f160f3efdc5ddc Mon Sep 17 00:00:00 2001 From: ojab Date: Sat, 30 Mar 2013 15:26:23 +0400 Subject: [PATCH] libvpx: fix build --- srcpkgs/libvpx/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libvpx/template b/srcpkgs/libvpx/template index 56825366610..76fa756e4df 100644 --- a/srcpkgs/libvpx/template +++ b/srcpkgs/libvpx/template @@ -1,7 +1,7 @@ # Template file for 'libvpx' pkgname=libvpx version=1.1.0 -revision=2 +revision=3 wrksrc="libvpx-v${version}" subpackages="$pkgname-devel" hostmakedepends="which perl yasm" @@ -29,7 +29,7 @@ do_configure() { ./configure --enable-vp8 --enable-runtime-cpu-detect --enable-shared \ --enable-postproc --enable-pic --disable-install-docs \ - --disable-install-srcs ${_cross} + --disable-install-srcs --as=yasm ${_cross} } do_build() {