diff options
Diffstat (limited to 'libvo/mga_common.c')
-rw-r--r-- | libvo/mga_common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libvo/mga_common.c b/libvo/mga_common.c index 25a54be8c8..3bdaf8271e 100644 --- a/libvo/mga_common.c +++ b/libvo/mga_common.c @@ -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); |