From 1aca7b0209680fe530bea657d3f83da8df2013b9 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 24 Jul 2016 09:24:50 +0000 Subject: chromium: fix missing '(' in the vaapi patch --- chromium/build/patches/chromium_vaapi.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromium/build/patches') diff --git a/chromium/build/patches/chromium_vaapi.patch b/chromium/build/patches/chromium_vaapi.patch index 1f375694..ae114c6d 100644 --- a/chromium/build/patches/chromium_vaapi.patch +++ b/chromium/build/patches/chromium_vaapi.patch @@ -475,7 +475,7 @@ diff -uarN chromium-52.0.2743.82.orig/media/gpu/gpu_video_decode_accelerator_fac const gpu::GpuPreferences& gpu_preferences) const; #endif -#if defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY) -+#if (defined(OS_LINUX) || defined OS_CHROMEOS)) && defined(ARCH_CPU_X86_FAMILY) ++#if (defined(OS_LINUX) || defined(OS_CHROMEOS)) && defined(ARCH_CPU_X86_FAMILY) std::unique_ptr CreateVaapiVDA( const gpu::GpuPreferences& gpu_preferences) const; #endif -- cgit v1.2.3-65-gdbad