[MPlayer-cvslog] 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.
Added:
trunk/libvo/mga_template.c
- copied unchanged from r31429, trunk/libvo/mga_common.c
Deleted:
trunk/libvo/mga_common.c
Modified:
trunk/libvo/vo_mga.c
trunk/libvo/vo_xmga.c
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-cs.h
trunk/help/help_mp-de.h
trunk/help/help_mp-en.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
Modified: trunk/libvo/vo_mga.c
==============================================================================
--- trunk/libvo/vo_mga.c Wed Jun 16 15:14:29 2010 (r31429)
+++ trunk/libvo/vo_mga.c Wed Jun 16 15:55:09 2010 (r31430)
@@ -48,7 +48,7 @@ static const vo_info_t info =
const LIBVO_EXTERN(mga)
-#include "mga_common.c"
+#include "mga_template.c"
#define FBDEV "/dev/fb0"
Modified: trunk/libvo/vo_xmga.c
==============================================================================
--- trunk/libvo/vo_xmga.c Wed Jun 16 15:14:29 2010 (r31429)
+++ trunk/libvo/vo_xmga.c Wed Jun 16 15:55:09 2010 (r31430)
@@ -82,7 +82,7 @@ static XSetWindowAttributes xWAttribs;
static int initialized = 0;
#define VO_XMGA
-#include "mga_common.c"
+#include "mga_template.c"
#undef VO_XMGA
static void mDrawColorKey(void)
More information about the MPlayer-cvslog
mailing list