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 --- libavcodec/sparc/vis.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/sparc') diff --git a/libavcodec/sparc/vis.h b/libavcodec/sparc/vis.h index 22c292672f..a0b09f5bc4 100644 --- a/libavcodec/sparc/vis.h +++ b/libavcodec/sparc/vis.h @@ -40,8 +40,8 @@ * the assembler to keep the binary from becoming tainted. */ -#ifndef AVCODEC_VIS_H -#define AVCODEC_VIS_H +#ifndef FFMPEG_VIS_H +#define FFMPEG_VIS_H #define vis_opc_base ((0x1 << 31) | (0x36 << 19)) #define vis_opf(X) ((X) << 5) @@ -329,4 +329,4 @@ static inline void vis_alignaddrl_g0(void *_ptr) #define vis_pdist(rs1,rs2,rd) vis_dd2d(0x3e, rs1, rs2, rd) -#endif // AVCODEC_VIS_H +#endif /* FFMPEG_VIS_H */ -- cgit v1.2.3