changeset 275:edd442cd99f0

lamer_protection++
author arpi_esp
date Sun, 01 Apr 2001 23:17:21 +0000
parents f5b9be0426c9
children 441317bfddc8
files libvo/mga_common.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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);