libvpx: use nasm

This commit is contained in:
Dylan Araps 2020-02-28 12:30:05 +02:00
parent 64394246a2
commit f4f42f524d
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
nasm make
perl make
yasm make