浏览代码

Fix

master
Ray Burgemeestre 5 年前
父节点
当前提交
b04be3bdd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      ffmpeg/Makefile

+ 1
- 1
ffmpeg/Makefile 查看文件

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

正在加载...
取消
保存