gcc-3.0.3 compilation fixing

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4374 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2002-01-27 08:07:01 +00:00
parent 7fefa01ea1
commit 3764d12de6
1 changed files with 2 additions and 4 deletions

View File

@ -660,13 +660,11 @@ int vixProbe( int verbose,int force )
{
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;