Skip to content

Commit

Permalink
actions: do not build windows ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
kylophone committed Jan 14, 2021
1 parent ff646ed commit fef90d0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,6 @@ jobs:
- name: Test vmaf
run: meson test -C libvmaf/build --num-processes $(nproc)

- name: Clone FFmpeg
uses: actions/checkout@v2
with:
repository: FFmpeg/FFmpeg
path: ffmpeg

- name: Build FFmpeg
run: |
sed -i 's;Libs.private.*;& -lstdc++;' "$MINGW_PREFIX/lib/pkgconfig/libvmaf.pc"
cd ffmpeg
./configure --prefix=$MINGW_PREFIX --pkg-config-flags="--static" --enable-libvmaf --enable-pthreads --disable-w32threads --cc="$CC" --cxx="$CXX" || {
less ffbuild/config.log
exit 1
}
make --quiet -j $(nproc) install
- name: Get binary path & Current Release
id: get_info
run: |
Expand Down

0 comments on commit fef90d0

Please sign in to comment.