From 2f67083915ccb16727d00d49917a520d0962fb8c Mon Sep 17 00:00:00 2001 From: Steam Deck User Date: Sat, 1 Apr 2023 15:14:36 +0200 Subject: Use vaapi to do rgb->yuv420p color conversion Enable window capture for amd/intel. Properly check if h264/hevc is supported on amd/intel before using codec. --- project.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'project.conf') diff --git a/project.conf b/project.conf index 8fa9493..5b9358f 100644 --- a/project.conf +++ b/project.conf @@ -13,4 +13,5 @@ xcomposite = ">=0.2" xrandr = ">=1" libpulse = ">=13" libswresample = ">=3" -libavfilter = ">=5" \ No newline at end of file +libavfilter = ">=5" +libva = ">=1" \ No newline at end of file -- cgit v1.2.3