Skip to content

Commit

Permalink
lehmann-c氏のforkを使うようにする
Browse files Browse the repository at this point in the history
  • Loading branch information
f11894 committed Apr 19, 2022
1 parent 6ca60bf commit d4fa18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
set LDFLAGS=-static -static-libgcc -static-libstdc++ -s
C:\msys64\usr\bin\bash -lc "git clone -b 0.9.2 https://code.videolan.org/videolan/dav1d && cd dav1d && mkdir dav1d_build && cd dav1d_build && meson .. --buildtype release --default-library static --prefix=/mingw64/ && ninja && ninja install"
C:\msys64\usr\bin\bash -lc "git clone https://github.com/fraunhoferhhi/vvdec && cd vvdec && mkdir gcc_cmake && cd gcc_cmake && cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/mingw64/ && ninja && ninja install"
C:\msys64\usr\bin\bash -lc "git clone https://github.com/tbiat/FFmpeg"
C:\msys64\usr\bin\bash -lc "git clone https://github.com/lehmann-c/FFmpeg"
C:\msys64\usr\bin\bash -lc "cd ffmpeg && ./configure --disable-debug --enable-version3 --enable-gpl --enable-ffplay --enable-libdav1d --enable-libvvdec --enable-static --pkg-config-flags=--static && make -j 2"
copy /y C:\msys64\home\%username%\ffmpeg\ffmpeg.exe ffmpeg.exe
copy /y C:\msys64\home\%username%\ffmpeg\ffprobe.exe ffprobe.exe
Expand Down

0 comments on commit d4fa18d

Please sign in to comment.