diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-11 14:32:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-11 14:32:36 +0300 |
commit | f58dddd5d12fc675a230bcc84c1b38b0ee9f5be5 (patch) | |
tree | a662b8bce28815cf6c1a8f4de80b6f70310b2078 /extra/libvpx/build | |
parent | f320045147e55da4ebfa4b8a9bb19f1908ced904 (diff) | |
download | repository-f58dddd5d12fc675a230bcc84c1b38b0ee9f5be5.tar.gz |
libvpx: switch to nasm
Diffstat (limited to 'extra/libvpx/build')
-rwxr-xr-x | extra/libvpx/build | 2 |
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 |