Use MPlayer consistent define naming convention for newly introduce

S3 registers header file.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26129 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2008-02-29 20:02:37 +00:00
parent 094daed554
commit c6d4298b7b
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ do { \
#define ALIGN_TO(v, n) (((v) + (n-1)) & ~(n-1))
#endif /* _S3_REGS_H */
#endif /* MPLAYER_S3_REGS_H */