Browse Source

Trigger new build (empty commit)

master
Ray Burgemeestre 4 years ago
parent
commit
e9647aa16b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffmpeg/Makefile

+ 1
- 1
ffmpeg/Makefile View File

@@ -38,7 +38,7 @@ ffmpeg_impl:
pushd ffmpeg && git checkout n3.1
#git checkout 71052d85c16bd65fa1e3e01d9040f9a3925efd7a # or my muxing code won't work, they've modified the example since fba1592f35501bff0f28d7885f4128dfc7b82777
pushd ffmpeg && \
./configure --cxx=$$(which c++) --enable-static --enable-shared --enable-libx264 --enable-gpl --prefix=$$(realpath $$PWD/../ffmpeg_out) && \
./configure --cxx=$$(which c++) --enable-static --enable-shared --enable-libx264 --enable-gpl --disable-swresample --prefix=$$(realpath $$PWD/../ffmpeg_out) && \
make -j $$(nproc) && \
make install


Loading…
Cancel
Save