aboutsummaryrefslogtreecommitdiff
path: root/extra/libvpx
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-11 14:32:36 +0300
committerCem Keylan <cem@ckyln.com>2020-05-11 14:32:36 +0300
commitf58dddd5d12fc675a230bcc84c1b38b0ee9f5be5 (patch)
treea662b8bce28815cf6c1a8f4de80b6f70310b2078 /extra/libvpx
parentf320045147e55da4ebfa4b8a9bb19f1908ced904 (diff)
downloadrepository-f58dddd5d12fc675a230bcc84c1b38b0ee9f5be5.tar.gz
libvpx: switch to nasm
Diffstat (limited to 'extra/libvpx')
-rwxr-xr-xextra/libvpx/build2
-rw-r--r--extra/libvpx/depends2
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