aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_base_supported__types.cc
blob: 6cfc248690085f68714332bce12edbe5dea914fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/base/supported_types.cc.orig	2022-06-10 07:26:31 UTC
+++ media/base/supported_types.cc
@@ -205,7 +205,7 @@ bool IsHevcProfileSupported(const VideoType& type) {
     return false;
 
 #if BUILDFLAG(ENABLE_PLATFORM_HEVC)
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   return GetSupplementalProfileCache()->IsProfileSupported(type.profile);
 #else
   return true;