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 | |
| parent | f320045147e55da4ebfa4b8a9bb19f1908ced904 (diff) | |
| download | repository-f58dddd5d12fc675a230bcc84c1b38b0ee9f5be5.tar.gz | |
libvpx: switch to nasm
Diffstat (limited to 'extra/libvpx')
| -rwxr-xr-x | extra/libvpx/build | 2 | ||||
| -rw-r--r-- | 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 |
