From f58dddd5d12fc675a230bcc84c1b38b0ee9f5be5 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 11 May 2020 14:32:36 +0300 Subject: libvpx: switch to nasm --- extra/libvpx/build | 2 +- extra/libvpx/depends | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/libvpx/build b/extra/libvpx/build index 04d7a732..7b7fd6d6 100755 --- a/extra/libvpx/build +++ b/extra/libvpx/build @@ -17,7 +17,7 @@ patch -p1 < fix-busybox-diff.patch --disable-install-docs \ --disable-install-srcs \ --disable-install-bins \ - --as=yasm + --as=nasm make make DESTDIR="$1" install diff --git a/extra/libvpx/depends b/extra/libvpx/depends index 30287002..f56f4f37 100644 --- a/extra/libvpx/depends +++ b/extra/libvpx/depends @@ -1,2 +1,2 @@ +nasm make perl make -yasm make -- cgit v1.2.3