Update ffmpeg.yml
This commit is contained in:
parent
664d9496ee
commit
84f63524db
7
.github/workflows/ffmpeg.yml
vendored
7
.github/workflows/ffmpeg.yml
vendored
@ -18,6 +18,7 @@ env:
|
||||
|
||||
jobs:
|
||||
liboggvorbis:
|
||||
if: ${{ false }}
|
||||
runs-on: windows-2019
|
||||
steps:
|
||||
- name: Set up MSYS2
|
||||
@ -411,7 +412,6 @@ jobs:
|
||||
path: dist/libx264.tgz
|
||||
|
||||
libx265:
|
||||
if: ${{ false }}
|
||||
runs-on: windows-2019
|
||||
steps:
|
||||
- name: Set up MSYS2
|
||||
@ -434,7 +434,7 @@ jobs:
|
||||
uses: actions/checkout@v3.0.0
|
||||
with:
|
||||
repository: videolan/x265
|
||||
ref: Release_3.1
|
||||
ref: Release_3.5
|
||||
path: x265
|
||||
- name: Build X265
|
||||
shell: cmd
|
||||
@ -444,7 +444,7 @@ jobs:
|
||||
cd x265\build\vc15-x86_64
|
||||
mkdir work work10 work12
|
||||
cd work12
|
||||
D:\a\_temp\setup-msys2\msys2.cmd -c 'cmake -G "Visual Studio 16 2019" ../../../source -DHIGH_BIT_DEPTH=ON -DEXPORT_C_API=OFF -DENABLE_SHARED=OFF -DENABLE_CLI=OFF -DMAIN12=ON ; MSBuild.exe /property:Configuration="${{ env.winConfig }}" x265.sln'
|
||||
D:\a\_temp\setup-msys2\msys2.cmd -c 'cmake -G "Visual Studio 16 2019" ../../../source -DHIGH_BIT_DEPTH=ON -DEXPORT_C_API=OFF -DENABLE_SHARED=OFF -DENABLE_CLI=OFF -DMAIN12=ON ; MSBuild.exe /property:Configuration="${{ env.winConfig }}" x265-static.vcxproj'
|
||||
|
||||
rem MSBuild.exe /property:Configuration="${{ env.winConfig }}" x265-static.vcxproj
|
||||
rem cp ${{ env.winConfig }}/x265-static.lib ../work/x265_12bit.lib
|
||||
@ -469,6 +469,7 @@ jobs:
|
||||
path: dist/libx265.tgz
|
||||
|
||||
ffmpeg:
|
||||
if: ${{ false }}
|
||||
runs-on: windows-2019
|
||||
needs: [libvpl,libsvtav1,libsnappy,libvpx,libfdk-aac,libmp3lame,libzimg,libopus,liboggvorbis,libx264,libx265]
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user