diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-07-09 23:30:38 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-07-09 23:30:38 +0200 |
commit | f38ed36271ab417fbff005452e721a57c53641fe (patch) | |
tree | e72ca594bc8afd22c4ccfeb782482977daf135ab /project.conf | |
parent | e158cb2a8b38176db6a187e2f17ddd8fef764c88 (diff) |
Test fix using correct gpu when multiple gpus are connected
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project.conf b/project.conf index ee1d00b..3871cad 100644 --- a/project.conf +++ b/project.conf @@ -19,4 +19,5 @@ libswresample = ">=3" libavfilter = ">=5" libva = ">=1" libcap = ">=2" -xfixes = ">=2"
\ No newline at end of file +xfixes = ">=2" +libdrm = ">=2"
\ No newline at end of file |