Skip to content

Commit

Permalink
winbuild test
Browse files Browse the repository at this point in the history
  • Loading branch information
anyc committed Feb 1, 2024
1 parent 186ab5d commit 28bad80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/avcut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
wget "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2024-02-01-12-46/ffmpeg-n6.1.1-1-g61b88b4dda-win64-gpl-shared-6.1.zip"
unzip ffmpeg-n6.1.1-1-g61b88b4dda-win64-gpl-shared-6.1.zip
- name: make
run: PKG_CONFIG_PATH=ffmpeg-master-latest-win64-gpl-shared/lib/pkg-config/ \
PKG_CONFIG_SYSROOT=ffmpeg-master-latest-win64-gpl-shared/ \
run: >
PKG_CONFIG_PATH=ffmpeg-master-latest-win64-gpl-shared/lib/pkg-config/
PKG_CONFIG_SYSROOT=ffmpeg-master-latest-win64-gpl-shared/
make CROSS_COMPILE=x86_64-w64-mingw32-
- name: make
run: |
Expand Down

0 comments on commit 28bad80

Please sign in to comment.