X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=blobdiff_plain;f=extra%2Fx264%2Fbuild;h=350f644aefc385f0d8cadc34b720c735bdd362b3;hp=0566078c589f132c5a240abd7d5fe9bf847c3dc6;hb=5c99b73d7d591c343ae709dbc8599668e3e64d5a;hpb=ca32a77c9d4e954b27fcc945a35f613c1f773c9e diff --git a/extra/x264/build b/extra/x264/build index 0566078..350f644 100755 --- a/extra/x264/build +++ b/extra/x264/build @@ -3,6 +3,7 @@ export CC="${CC:-cc}" export CXX="${CC:-c++}" +sed -i '/cltostr/d' Makefile patch -p1 < x264-no-bash.patch ./configure \ @@ -10,7 +11,8 @@ patch -p1 < x264-no-bash.patch --disable-swscale \ --enable-static \ --enable-pic \ - --enable-shared + --enable-shared \ + --disable-opencl -make -make DESTDIR="$1" install +gmake +gmake DESTDIR="$1" install