From 5b21bdabe43611385d1d55a21d5b1f607b133d29 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 17 Oct 2007 09:37:46 +0000 Subject: Add FFMPEG_ prefix to all multiple inclusion guards. Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/bswap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavutil/bswap.h') diff --git a/libavutil/bswap.h b/libavutil/bswap.h index 211a15c0ab..850cbe3201 100644 --- a/libavutil/bswap.h +++ b/libavutil/bswap.h @@ -23,8 +23,8 @@ * byte swap. */ -#ifndef BSWAP_H -#define BSWAP_H +#ifndef FFMPEG_BSWAP_H +#define FFMPEG_BSWAP_H #include #include "common.h" @@ -138,4 +138,4 @@ static inline uint64_t bswap_64(uint64_t x) #define le2me_64(x) (x) #endif -#endif /* BSWAP_H */ +#endif /* FFMPEG_BSWAP_H */ -- cgit v1.2.3