diff --git a/extra/libvpx/PKGBUILD b/extra/libvpx/PKGBUILD index 5ea85e2a1..a17f69360 100644 --- a/extra/libvpx/PKGBUILD +++ b/extra/libvpx/PKGBUILD @@ -3,7 +3,8 @@ # ALARM: Kevin Mihelich # - configure option --enable-shared isn't supported for us -# - patch to revert stupidity of those who think arm is always cross-compiled +# - patch to revert stupidity: forced cross compiling, forced cflags +# - disable neon pkgname=libvpx pkgver=1.2.0 @@ -18,7 +19,7 @@ source=(http://mirrors.kernel.org/archlinux/other/libvpx/libvpx-$pkgver.tar.xz{, no-cross.patch) sha1sums=('75cd953cf2db694412569272803fbdc73f2b599f' 'SKIP' - 'de7c8bb121d08f719f5cbbe94e7e37c24f1090b8') + '9677138685ef36cbb9f2be1a586324b54fab9400') build() { cd "$srcdir/$pkgname-$pkgver" @@ -27,7 +28,7 @@ build() { --enable-postproc \ --enable-pic \ --disable-install-docs \ - --disable-install-srcs + --disable-install-srcs --disable-neon make }