aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_gpu_gpu__video__encode__accelerator__factory.cc
blob: 3d16468b037d46e0cf4d58e3b8ed33ba7e669dc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/gpu/gpu_video_encode_accelerator_factory.cc.orig	2021-12-31 00:57:35 UTC
+++ media/gpu/gpu_video_encode_accelerator_factory.cc
@@ -92,7 +92,7 @@ std::vector<VEAFactoryFunction> GetVEAFactoryFunctions
     return vea_factory_functions;
 
 #if BUILDFLAG(USE_VAAPI)
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   if (base::FeatureList::IsEnabled(kVaapiVideoEncodeLinux))
     vea_factory_functions.push_back(base::BindRepeating(&CreateVaapiVEA));
 #else