mirror of https://github.com/mpv-player/mpv
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:
parent
094daed554
commit
c6d4298b7b
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue