blob: 98cf99b2eb599a661ac5fdc95c9ec1b81fa5e51f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- media/base/media_switches.h.orig 2022-02-28 16:54:41 UTC
+++ media/base/media_switches.h
@@ -186,7 +186,7 @@ MEDIA_EXPORT extern const base::Feature kUseDecoderStr
MEDIA_EXPORT extern const base::Feature kUseFakeDeviceForMediaStream;
MEDIA_EXPORT extern const base::Feature kUseMediaHistoryStore;
MEDIA_EXPORT extern const base::Feature kUseR16Texture;
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
MEDIA_EXPORT extern const base::Feature kVaapiVideoDecodeLinux;
MEDIA_EXPORT extern const base::Feature kVaapiVideoEncodeLinux;
#endif // BUILDFLAG(IS_LINUX)
|