forked from mirrors/rustdesk
install vaapi dependencies before vcpkg installs ffmpeg (#10035)
linux vaapi encoding/decoding lost since installing ffmpeg with vcpkg Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
32a3bcdc4f
commit
152d0ce74b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/flutter-build.yml
vendored
1
.github/workflows/flutter-build.yml
vendored
|
|
@ -1441,6 +1441,7 @@ jobs:
|
|||
- name: Install vcpkg dependencies
|
||||
if: matrix.job.arch == 'x86_64' || env.UPLOAD_ARTIFACT == 'true'
|
||||
run: |
|
||||
sudo apt install -y libva-dev libvdpau-dev
|
||||
if ! $VCPKG_ROOT/vcpkg \
|
||||
install \
|
||||
--triplet ${{ matrix.job.vcpkg-triplet }} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue