Update ffmpeg.yml
This commit is contained in:
parent
bbc9b2233a
commit
88676d0be9
12
.github/workflows/ffmpeg.yml
vendored
12
.github/workflows/ffmpeg.yml
vendored
@ -128,12 +128,6 @@ jobs:
|
||||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
- name: Checkout SVT AV1
|
||||
uses: actions/checkout@v3.0.0
|
||||
with:
|
||||
repository: xiph/ogg
|
||||
ref: master
|
||||
path: ogg
|
||||
- name: Checkout Vorbis
|
||||
uses: actions/checkout@v3.0.0
|
||||
with:
|
||||
repository: AOMediaCodec/SVT-AV1
|
||||
@ -143,11 +137,7 @@ jobs:
|
||||
shell: cmd
|
||||
run: |
|
||||
call "${{ env.vsPath }}VC\Auxiliary\Build\vcvars64.bat"
|
||||
md build
|
||||
cd svtav1\Build\windows
|
||||
call "build.bat 2017 ${{ env.msysConfig }} static"
|
||||
|
||||
D:\a\_temp\setup-msys2\msys2.cmd -c 'cp -r ../../Source/API ../../../build/include/svt-av1 ; cp ../../Bin/${{ env.msysConfig }}/SvtAv1Enc.lib ../../../build/lib/ ; cp SvtAv1Enc.pc ../../../build/lib/pkgconfig/ ; cd ../../../build ; tar czf ../dist/libsvtav1.tgz *'
|
||||
D:\a\_temp\setup-msys2\msys2.cmd -c 'cd svtav1/Build/windows ; ./build.bat 2019 ${{ env.winConfig }} static ; cp -r ../../Source/API ../../../build/include/svt-av1 ; cp ../../Bin/${{ env.msysConfig }}/SvtAv1Enc.lib ../../../build/lib/ ; cp SvtAv1Enc.pc ../../../build/lib/pkgconfig/ ; cd ../../../build ; tar czf ../dist/libsvtav1.tgz *'
|
||||
- name: Publish artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user