aboutsummaryrefslogtreecommitdiff
path: root/extra/libvpx/build
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/build
parentf320045147e55da4ebfa4b8a9bb19f1908ced904 (diff)
downloadrepository-f58dddd5d12fc675a230bcc84c1b38b0ee9f5be5.tar.gz
libvpx: switch to nasm
Diffstat (limited to 'extra/libvpx/build')
-rwxr-xr-xextra/libvpx/build2
1 files changed, 1 insertions, 1 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