diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-06-16 13:55:09 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:10:26 +0200 |
commit | 776c0f93f546a09a2a6b462b2e1eb8cadfb131b8 (patch) | |
tree | fb3ca62b7f8d9a4b0399d0d86a5d0f3e43bdd3a4 /libvo | |
parent | c107c484b69fbd4dc4ada95fc3d5d098666bf827 (diff) | |
download | mpv-776c0f93f546a09a2a6b462b2e1eb8cadfb131b8.tar.bz2 mpv-776c0f93f546a09a2a6b462b2e1eb8cadfb131b8.tar.xz |
vo_mga: 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.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31430 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/mga_template.c (renamed from libvo/mga_common.c) | 0 | ||||
-rw-r--r-- | libvo/vo_mga.c | 2 | ||||
-rw-r--r-- | libvo/vo_xmga.c | 2 |
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) |