瀏覽代碼

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…
取消
儲存