소스 검색

Fix

master
Ray Burgemeestre 5 년 전
부모
커밋
b04be3bdd0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      ffmpeg/Makefile

+ 1
- 1
ffmpeg/Makefile 파일 보기

@@ -26,7 +26,7 @@ ffmpeg_impl:
pushd x264 && \
./configure --cxx=$$(which c++) --enable-static --enable-shared --prefix=$$(realpath $$PWD/../x264_out) && \
make -j $$(nproc) && \
make install &&
make install

pushd x264 && \
./configure --cxx=$$(which c++) --enable-static --enable-shared && \

Loading…
취소
저장