Mercurial > libavcodec.hg
diff sparc/vis.h @ 5830:1d83e9c34641 libavcodec
Add FFMPEG_ prefix to all multiple inclusion guards.
| author | diego |
|---|---|
| date | Wed, 17 Oct 2007 09:37:46 +0000 |
| parents | 3fd46e281bd8 |
| children | 43c97362dfa8 |
line wrap: on
line diff
--- a/sparc/vis.h Wed Oct 17 09:34:48 2007 +0000 +++ b/sparc/vis.h Wed Oct 17 09:37:46 2007 +0000 @@ -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 @@ #define vis_pdist(rs1,rs2,rd) vis_dd2d(0x3e, rs1, rs2, rd) -#endif // AVCODEC_VIS_H +#endif /* FFMPEG_VIS_H */
