commit 3818e774a5f0be0a49ca39f38301bf864e90d7ad
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Sun Mar 26 17:09:48 2017 -0400
add compat stdatomic.h
chromium.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/chromium.spec b/chromium.spec
index 563f3dc..a93f242 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -549,7 +549,9 @@ members of the Chromium and WebDriver teams.
%patch100 -p1 -b .use_system_opus
%patch101 -p1 -b .use_system_harfbuzz
-%if !%{?fedora}
+%if 0%{?fedora} >= 24
+# Do nothing. We're modern enough to not need it.
+%else
cp -a %{SOURCE14} third_party/ffmpeg/libavutil/
%endif
Show replies by date