[Mplayer-cvslog] CVS: main/vidix/drivers radeon_vid.c,1.23,1.24
Nick Kurshev
nick at mplayer.dev.hu
Sun Jan 27 09:07:05 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libvo vesa_lvo.c,1.13,1.14 vosub_vidix.c,1.19,1.20
- Next message: [Mplayer-cvslog] CVS: main/libao2 pl_resample.c,1.3,1.4 ao_plugin.c,1.8,1.9 pl_delay.c,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/vidix/drivers
In directory mplayer:/var/tmp.root/cvs-serv6839/main/vidix/drivers
Modified Files:
radeon_vid.c
Log Message:
gcc-3.0.3 compilation fixing
Index: radeon_vid.c
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/drivers/radeon_vid.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- radeon_vid.c 23 Jan 2002 19:34:59 -0000 1.23
+++ radeon_vid.c 27 Jan 2002 08:07:01 -0000 1.24
@@ -660,13 +660,11 @@
{
printf(RADEON_MSG" Driver was forced. Was found %sknown chip\n",idx == -1 ? "un" : "");
if(idx == -1)
- printf(RADEON_MSG" Assuming it as %s\n",
#ifdef RAGE128
- "Rage128"
+ printf(RADEON_MSG" Assuming it as Rage128\n");
#else
- "Radeon1"
+ printf(RADEON_MSG" Assuming it as Radeon1\n");
#endif
- );
}
def_cap.device_id = lst[i].device;
err = 0;
- Previous message: [Mplayer-cvslog] CVS: main/libvo vesa_lvo.c,1.13,1.14 vosub_vidix.c,1.19,1.20
- Next message: [Mplayer-cvslog] CVS: main/libao2 pl_resample.c,1.3,1.4 ao_plugin.c,1.8,1.9 pl_delay.c,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list