blob: ce1c5330968a1a0ee60947f38a03e379ee33a923 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- media/gpu/test/raw_video.cc.orig 2025-10-21 16:57:35 UTC
+++ media/gpu/test/raw_video.cc
@@ -64,7 +64,7 @@ std::unique_ptr<base::MemoryMappedFile> CreateMemoryMa
base::File::FLAG_READ | base::File::FLAG_WRITE
// On Windows FLAG_CREATE_ALWAYS will require FLAG_WRITE, and FLAG_APPEND
// must not be specified.
-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
| base::File::FLAG_APPEND
#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
),
|