aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_gpu_gpu__video__encode__accelerator__factory.cc
blob: fc9753486ae98916f98836257a9fb886324f1a26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/gpu/gpu_video_encode_accelerator_factory.cc.orig	2022-04-21 18:48:31 UTC
+++ media/gpu/gpu_video_encode_accelerator_factory.cc
@@ -96,7 +96,7 @@ std::vector<VEAFactoryFunction> GetVEAFactoryFunctions
     return vea_factory_functions;
 
 #if BUILDFLAG(USE_VAAPI)
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   if (base::FeatureList::IsEnabled(kVaapiVideoEncodeLinux))
     vea_factory_functions.push_back(base::BindRepeating(&CreateVaapiVEA));
 #else