diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-01 23:17:21 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-01 23:17:21 +0000 |
commit | 3bccbf22ec88e36bef4eeab33e8a34fccd332e98 (patch) | |
tree | 2a24f78dece5c6e535c7c4e43488be9272f8c012 | |
parent | c47d912821aa7fe789c6099ee8cede352f168d3c (diff) |
lamer_protection++
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@276 b3059339-0415-0410-9bf9-f77b7e298cf2
-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); |