summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/mga_template.c (renamed from libvo/mga_common.c)0
-rw-r--r--libvo/vo_mga.c2
-rw-r--r--libvo/vo_xmga.c2
3 files changed, 2 insertions, 2 deletions
diff --git a/libvo/mga_common.c b/libvo/mga_template.c
index fa6b52e0d6..fa6b52e0d6 100644
--- a/libvo/mga_common.c
+++ b/libvo/mga_template.c
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index 5617162a67..d398ec001a 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -47,7 +47,7 @@ static const vo_info_t info =
const LIBVO_EXTERN(mga)
-#include "mga_common.c"
+#include "mga_template.c"
#define FBDEV "/dev/fb0"
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c
index 817ce2d2e8..d7628503fe 100644
--- a/libvo/vo_xmga.c
+++ b/libvo/vo_xmga.c
@@ -78,7 +78,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)