Skip to content

Commit

Permalink
Mr-Ojii版はlibmfxではなくlibvplに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii authored Sep 2, 2024
1 parent fce3512 commit e9c4da6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
matrix:
lsw_config:
- { author: VFR-maniac, ffmpeg_version: "4.4", ffmpeg_patch: " (patched)", ffmpeg_extra_flags: "--enable-avresample" }
- { author: Mr-Ojii, ffmpeg_version: "6.1", ffmpeg_patch: "", ffmpeg_extra_flags: ""}
- { author: VFR-maniac, ffmpeg_version: "4.4", ffmpeg_patch: " (patched)", ffmpeg_extra_flags: "--enable-avresample --enable-libmfx" }
- { author: Mr-Ojii, ffmpeg_version: "6.1", ffmpeg_patch: "", ffmpeg_extra_flags: "--enable-libvpl"}
l-smash_author: [Mr-Ojii, vimeo]
cpu_config:
- { cpu: i686, arch: x86, user_arch: x86, vpx_target: x86-win32-gcc }
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
git cherry-pick 07bcedc232feeb9e30336624f4e9977d47ac43bc
fi
PKG_CONFIG_PATH=${{ github.workspace }}/lsw/lib/pkgconfig ./configure --enable-version3 ${{ matrix.lsw_config.ffmpeg_extra_flags }} --disable-hwaccels --disable-encoders --disable-avisynth --disable-doc --disable-network --disable-programs --disable-outdevs --disable-indevs --disable-avfilter --disable-debug --disable-muxers --enable-avcodec --enable-avformat --enable-swresample --enable-swscale --extra-libs="-lpthread" --cross-prefix=${{ matrix.cpu_config.cpu }}-w64-mingw32- --target-os=mingw32 --arch=${{ matrix.cpu_config.arch }} --prefix=${{ github.workspace }}/lsw --enable-libdav1d --enable-libvpx --enable-libmfx
PKG_CONFIG_PATH=${{ github.workspace }}/lsw/lib/pkgconfig ./configure --enable-version3 --disable-hwaccels --disable-encoders --disable-avisynth --disable-doc --disable-network --disable-programs --disable-outdevs --disable-indevs --disable-avfilter --disable-debug --disable-muxers --enable-avcodec --enable-avformat --enable-swresample --enable-swscale --extra-libs="-lpthread" --cross-prefix=${{ matrix.cpu_config.cpu }}-w64-mingw32- --target-os=mingw32 --arch=${{ matrix.cpu_config.arch }} --prefix=${{ github.workspace }}/lsw --enable-libdav1d --enable-libvpx ${{ matrix.lsw_config.ffmpeg_extra_flags }}
make -j$(nproc)
make install -j$(nproc)
Expand Down

0 comments on commit e9c4da6

Please sign in to comment.