[MPlayer-DOCS] r31430 - in trunk: help/help_mp-cs.h help/help_mp-de.h help/help_mp-en.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-hu.h help/help_mp-it.h help/help_mp-pl.h help/help_mp-ru.h help/help_mp-tr....

diego subversion at mplayerhq.hu
Wed Jun 16 15:55:09 CEST 2010


Author: diego
Date: Wed Jun 16 15:55:09 2010
New Revision: 31430

Log:
Rename libvo/mga_common.c --> libvo/mga_template.c.
This file is not compiled but just #included and all other similar files
follow the naming scheme of having a "_template.c" suffix.

Modified:
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Added:
   trunk/libvo/mga_template.c
      - copied unchanged from r31429, trunk/libvo/mga_common.c
Deleted:
   trunk/libvo/mga_common.c
Modified:
   trunk/help/help_mp-cs.h
   trunk/help/help_mp-de.h
   trunk/help/help_mp-es.h
   trunk/help/help_mp-fr.h
   trunk/help/help_mp-hu.h
   trunk/help/help_mp-it.h
   trunk/help/help_mp-pl.h
   trunk/help/help_mp-ru.h
   trunk/help/help_mp-tr.h
   trunk/help/help_mp-uk.h
   trunk/help/help_mp-zh_CN.h
   trunk/help/help_mp-zh_TW.h
   trunk/libvo/vo_mga.c
   trunk/libvo/vo_xmga.c

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	Wed Jun 16 15:14:29 2010	(r31429)
+++ trunk/help/help_mp-en.h	Wed Jun 16 15:55:09 2010	(r31430)
@@ -946,7 +946,7 @@ static const char help_text[]=
 #define MSGTR_LIBVO_MGA_AspectResized "[VO_MGA] aspect(): resized to %dx%d.\n"
 #define MSGTR_LIBVO_MGA_Uninit "[VO] uninit!\n"
 
-// mga_common.c
+// mga_template.c
 #define MSGTR_LIBVO_MGA_ErrorInConfigIoctl "[MGA] error in mga_vid_config ioctl (wrong mga_vid.o version?)"
 #define MSGTR_LIBVO_MGA_CouldNotGetLumaValuesFromTheKernelModule "[MGA] Could not get luma values from the kernel module!\n"
 #define MSGTR_LIBVO_MGA_CouldNotSetLumaValuesFromTheKernelModule "[MGA] Could not set luma values from the kernel module!\n"


More information about the MPlayer-DOCS mailing list