summaryrefslogtreecommitdiffstats
path: root/libvo/mga_common.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-01 23:17:21 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-01 23:17:21 +0000
commit3bccbf22ec88e36bef4eeab33e8a34fccd332e98 (patch)
tree2a24f78dece5c6e535c7c4e43488be9272f8c012 /libvo/mga_common.c
parentc47d912821aa7fe789c6099ee8cede352f168d3c (diff)
downloadmpv-3bccbf22ec88e36bef4eeab33e8a34fccd332e98.tar.bz2
mpv-3bccbf22ec88e36bef4eeab33e8a34fccd332e98.tar.xz
lamer_protection++
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@276 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/mga_common.c')
-rw-r--r--libvo/mga_common.c3
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);