X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=blobdiff_plain;f=extra%2Flibvpx%2Fbuild;h=b0ee6a7f5f8efaae10dd471d0bc172337006f9d4;hp=708c3b85539f6d5399e82773840f057ab6b6d274;hb=5c99b73d7d591c343ae709dbc8599668e3e64d5a;hpb=ca32a77c9d4e954b27fcc945a35f613c1f773c9e diff --git a/extra/libvpx/build b/extra/libvpx/build index 708c3b8..b0ee6a7 100755 --- a/extra/libvpx/build +++ b/extra/libvpx/build @@ -10,16 +10,19 @@ patch -p1 < fix-busybox-diff.patch # ourselves :-). sed -i 's/perl/:/g' configure +# Remove cat -n +sed -i 's/cat -n/cat/g' build/make/configure.sh + ./configure \ --prefix=/usr \ --enable-vp8 \ --enable-vp9 \ - --enable-experimental \ - --enable-runtime-cpu-detect \ + --disable-experimental \ + --disable-runtime-cpu-detect \ --target=x86_64-linux-gcc \ --enable-shared \ - --enable-postproc \ - --enable-pic \ + --disable-postproc \ + --disable-pic \ --disable-tools \ --disable-examples \ --disable-docs \ @@ -29,5 +32,5 @@ sed -i 's/perl/:/g' configure --disable-install-bins \ --as=nasm -make -make DESTDIR="$1" install +gmake +gmake DESTDIR="$1" install