Ray Burgemeestre 5 anos atrás
pai
commit
b04be3bdd0
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      ffmpeg/Makefile

+ 1
- 1
ffmpeg/Makefile Ver arquivo

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 && \

Carregando…
Cancelar
Salvar