comparison drivers/tdfx_vid.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents a506a6ab14e1
children 0f1b5b68af32
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
16 * You should have received a copy of the GNU General Public License along 16 * You should have received a copy of the GNU General Public License along
17 * with MPlayer; if not, write to the Free Software Foundation, Inc., 17 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */ 19 */
20 20
21 #ifndef TDFX_VID_H 21 #ifndef MPLAYER_TDFX_VID_H
22 #define TDFX_VID_H 22 #define MPLAYER_TDFX_VID_H
23 23
24 #define TDFX_VID_VERSION 1 24 #define TDFX_VID_VERSION 1
25 25
26 #define TDFX_VID_MOVE_2_PACKED 0 26 #define TDFX_VID_MOVE_2_PACKED 0
27 #define TDFX_VID_MOVE_2_YUV 1 27 #define TDFX_VID_MOVE_2_YUV 1
123 #define TDFX_VID_BUMP0 _IOW('J', 6, u16) 123 #define TDFX_VID_BUMP0 _IOW('J', 6, u16)
124 #define TDFX_VID_SET_OVERLAY _IOW('J', 7, tdfx_vid_overlay_t) 124 #define TDFX_VID_SET_OVERLAY _IOW('J', 7, tdfx_vid_overlay_t)
125 #define TDFX_VID_OVERLAY_ON _IO ('J', 8) 125 #define TDFX_VID_OVERLAY_ON _IO ('J', 8)
126 #define TDFX_VID_OVERLAY_OFF _IO ('J', 9) 126 #define TDFX_VID_OVERLAY_OFF _IO ('J', 9)
127 127
128 #endif /* TDFX_VID_H */ 128 #endif /* MPLAYER_TDFX_VID_H */