From f88c8e0dc3a6afe6ca4c133f2d7182cdbb0b638d Mon Sep 17 00:00:00 2001 From: James Almer Date: Fri, 2 Dec 2016 20:08:49 -0300 Subject: compat/atomics: rename header guards Fixes fate-source. Signed-off-by: James Almer --- compat/atomics/gcc/stdatomic.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compat/atomics/gcc') diff --git a/compat/atomics/gcc/stdatomic.h b/compat/atomics/gcc/stdatomic.h index 55cc4e4637..41caddec5c 100644 --- a/compat/atomics/gcc/stdatomic.h +++ b/compat/atomics/gcc/stdatomic.h @@ -21,8 +21,8 @@ * Copyright (C) 2010 RĂ©mi Denis-Courmont */ -#ifndef FFMPEG_COMPAT_ATOMICS_GCC_STDATOMIC_H -#define FFMPEG_COMPAT_ATOMICS_GCC_STDATOMIC_H +#ifndef COMPAT_ATOMICS_GCC_STDATOMIC_H +#define COMPAT_ATOMICS_GCC_STDATOMIC_H #include #include @@ -170,4 +170,4 @@ do { \ #define atomic_flag_clear_explicit(object, order) \ atomic_flag_clear(object) -#endif /* FFMPEG_COMPAT_ATOMICS_GCC_STDATOMIC_H */ +#endif /* COMPAT_ATOMICS_GCC_STDATOMIC_H */ -- cgit v1.2.3