1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-27 18:13:15 +00:00

lamer_protection++

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@276 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-04-01 23:17:21 +00:00
parent c47d912821
commit 3bccbf22ec

View File

@ -201,7 +201,8 @@ static int mga_init(){
mga_vid_config.version=MGA_VID_VERSION;
if (ioctl(f,MGA_VID_CONFIG,&mga_vid_config))
{
perror("Error in mga_vid_config ioctl");
perror("Error in mga_vid_config ioctl()");
printf("Your mga_vid driver version is incompatible with this MPlayer version!\n");
return -1;
}
ioctl(f,MGA_VID_ON,0);