diff libvo/vo_xmga.c @ 31364:317649676214

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.
author diego
date Wed, 16 Jun 2010 13:55:09 +0000
parents 7681eab10aea
children 4a890f542e69
line wrap: on
line diff
--- a/libvo/vo_xmga.c	Wed Jun 16 13:14:29 2010 +0000
+++ b/libvo/vo_xmga.c	Wed Jun 16 13:55:09 2010 +0000
@@ -82,7 +82,7 @@
 static int initialized = 0;
 
 #define VO_XMGA
-#include "mga_common.c"
+#include "mga_template.c"
 #undef  VO_XMGA
 
 static void mDrawColorKey(void)