summaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-07-24 09:24:50 +0000
committer Eric Hameleers <alien@slackware.com>2016-07-24 09:24:50 +0000
commit1aca7b0209680fe530bea657d3f83da8df2013b9 (patch)
tree7e9603fea9b078e51cd007a8eaf8c0895790e1ad /chromium
parentb588868bf12c6de338a3f8c7584109032948daa4 (diff)
downloadasb-1aca7b0209680fe530bea657d3f83da8df2013b9.tar.gz
asb-1aca7b0209680fe530bea657d3f83da8df2013b9.tar.xz
chromium: fix missing '(' in the vaapi patch
Diffstat (limited to 'chromium')
-rw-r--r--chromium/build/patches/chromium_vaapi.patch2
1 files changed, 1 insertions, 1 deletions
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<media::VideoDecodeAccelerator> CreateVaapiVDA(
const gpu::GpuPreferences& gpu_preferences) const;
#endif