diff libvo/mga_common.c @ 275:edd442cd99f0

lamer_protection++
author arpi_esp
date Sun, 01 Apr 2001 23:17:21 +0000
parents 2dadc379a934
children 1ddac77b0d43
line wrap: on
line diff
--- a/libvo/mga_common.c	Sun Apr 01 23:03:21 2001 +0000
+++ b/libvo/mga_common.c	Sun Apr 01 23:17:21 2001 +0000
@@ -201,7 +201,8 @@
 	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);