pushd x264 && \ | pushd x264 && \ | ||||
./configure --cxx=$$(which c++) --enable-static --enable-shared --prefix=$$(realpath $$PWD/../x264_out) && \ | ./configure --cxx=$$(which c++) --enable-static --enable-shared --prefix=$$(realpath $$PWD/../x264_out) && \ | ||||
make -j $$(nproc) && \ | make -j $$(nproc) && \ | ||||
make install && | |||||
make install | |||||
pushd x264 && \ | pushd x264 && \ | ||||
./configure --cxx=$$(which c++) --enable-static --enable-shared && \ | ./configure --cxx=$$(which c++) --enable-static --enable-shared && \ |