diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-05-17 16:58:04 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-05-21 13:48:10 +0200 |
commit | 153382e1b6b428a1dcb8dc3f06f64a6959d722c5 (patch) | |
tree | 1ff13033a808528d90b44a288dbf9bcc7c19b34e /libavutil | |
parent | d49051e0742c09345495ae0486c3601a15222ac4 (diff) | |
download | ffmpeg-153382e1b6b428a1dcb8dc3f06f64a6959d722c5.tar.gz |
multiple inclusion guard cleanup
Add missing multiple inclusion guards; clean up #endif comments;
add missing library prefixes; keep guard names consistent.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/avassert.h | 2 | ||||
-rw-r--r-- | libavutil/cpu.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/avassert.h b/libavutil/avassert.h index 87333132fd..b223d26e8d 100644 --- a/libavutil/avassert.h +++ b/libavutil/avassert.h @@ -63,4 +63,4 @@ #define av_assert2(cond) ((void)0) #endif -#endif +#endif /* AVUTIL_AVASSERT_H */ diff --git a/libavutil/cpu.h b/libavutil/cpu.h index 11ba368678..777cdc01d1 100644 --- a/libavutil/cpu.h +++ b/libavutil/cpu.h @@ -51,4 +51,4 @@ int ff_get_cpu_flags_arm(void); int ff_get_cpu_flags_ppc(void); int ff_get_cpu_flags_x86(void); -#endif /* AVUTIL_CPU_H */ +#endif /* AVUTIL_CPU_H */ |