Mercurial > mplayer.hg
changeset 26097:74106358c073
Use MPlayer consistent define naming convention for newly introduce
S3 registers header file.
author | ben |
---|---|
date | Fri, 29 Feb 2008 20:02:37 +0000 |
parents | e6a565ec1a3b |
children | 7a1cbce928f2 |
files | vidix/s3_regs.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/s3_regs.h Fri Feb 29 20:01:28 2008 +0000 +++ b/vidix/s3_regs.h Fri Feb 29 20:02:37 2008 +0000 @@ -1,5 +1,5 @@ -#ifndef _SAVAGE_REGS_H -#define _SAVAGE_REGS_H +#ifndef MPLAYER_SAVAGE_REGS_H +#define MPLAYER_SAVAGE_REGS_H #define S3_SAVAGE3D_SERIES(chip) ((chip>=S3_SAVAGE3D) && (chip<=S3_SAVAGE_MX)) #define S3_SAVAGE4_SERIES(chip) ((chip==S3_SAVAGE4) || (chip==S3_PROSAVAGE)) @@ -211,4 +211,4 @@ #define ALIGN_TO(v, n) (((v) + (n-1)) & ~(n-1)) -#endif /* _S3_REGS_H */ +#endif /* MPLAYER_S3_REGS_H */