mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 15:11:58 +00:00
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:
parent
7fefa01ea1
commit
3764d12de6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user