Selaa lähdekoodia

Include swresample in ffmpeg pkg

master
Ray Burgemeestre 5 kuukautta sitten
vanhempi
commit
08ac43c028
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      ffmpeg/Makefile

+ 1
- 1
ffmpeg/Makefile Näytä tiedosto

@@ -77,7 +77,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 --disable-swresample --prefix=$$(realpath $$PWD/../ffmpeg_out) && \
./configure --cxx=$$(which c++) --enable-static --enable-shared --enable-libx264 --enable-gpl --enable-swresample --prefix=$$(realpath $$PWD/../ffmpeg_out) && \
sed -i.bak 's/HAVE_ARC4RANDOM 1/HAVE_ARC4RANDOM 0/g' ./config.h && \
patch libavcodec/x86/mathops.h 5.1-0004-fix-binutils.patch && \
make -j $$(nproc) && \

Loading…
Peruuta
Tallenna