obs-ffmpeg: Set DRI devices and their name persistently

retrieving the DRI devices from /dev/dri/by-path/ instead of
/dev/dri/renderDXXX. This enable us to use lspci to get the device
name as well.
This commit is contained in:
Carlo Castoldi
2021-09-27 20:37:52 +02:00
committed by Matt Gajownik
parent c9b327d0f0
commit 4623a6b4bc
4 changed files with 138 additions and 11 deletions

View File

@@ -441,7 +441,8 @@ jobs:
qtbase5-private-dev \
libqt5svg5-dev \
swig \
libcmocka-dev
libcmocka-dev \
libpci-dev
- name: 'Restore Chromium Embedded Framework from cache'
id: cef-cache
uses: actions/cache@v2.1.2