[MPlayer-DOCS] r26863 - in trunk: help/help_mp-en.h libvo/mga_common.c
attila
subversion at mplayerhq.hu
Fri May 23 22:18:06 CEST 2008
Author: attila
Date: Fri May 23 22:18:06 2008
New Revision: 26863
Log:
make use of the new MGA_VID_VERSION ioctl to check
whether the installed driver has the version
we expect it to have.
Modified:
trunk/help/help_mp-en.h
Changes in other areas also in this revision:
Modified:
trunk/libvo/mga_common.c
Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h (original)
+++ trunk/help/help_mp-en.h Fri May 23 22:18:06 2008
@@ -1712,6 +1712,7 @@ static char help_text[]=
#define MSGTR_LIBVO_MGA_IncompatibleDriverVersion "[MGA] Your mga_vid driver version is incompatible with this MPlayer version!\n"
#define MSGTR_LIBVO_MGA_CouldntOpen "[MGA] Couldn't open: %s\n"
#define MGSTR_LIBVO_MGA_ResolutionTooHigh "[MGA] Source resolution is in at least one dimension larger than 1023x1023. Please rescale in software or use -lavdopts lowres=1\n"
+#define MGSTR_LIBVO_MGA_mgavidVersionMissmatch "[MGA] The version of the mga_vid driver (%u) does not match the version with which MPlayer was compiled with (%u)\n"
// libvo/vesa_lvo.c
More information about the MPlayer-DOCS
mailing list