summaryrefslogtreecommitdiffstats
path: root/libvo/vo_mga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_mga.c')
-rw-r--r--libvo/vo_mga.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index 4d744a73a7..c8397e8cab 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -10,8 +10,6 @@
#include "video_out.h"
#include "video_out_internal.h"
-LIBVO_EXTERN(mga)
-
#include <sys/ioctl.h>
#include <unistd.h>
#include <fcntl.h>
@@ -22,7 +20,7 @@ LIBVO_EXTERN(mga)
#include "sub.h"
#include "aspect.h"
-static vo_info_t vo_info =
+static vo_info_t info =
{
"Matrox G200/G4x0/G550 overlay (/dev/mga_vid)",
"mga",
@@ -30,6 +28,7 @@ static vo_info_t vo_info =
"Based on some code by Aaron Holtzman <aholtzma@ess.engr.uvic.ca>"
};
+LIBVO_EXTERN(mga)
#include "mga_common.c"
@@ -83,11 +82,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32
return mga_init(width,height,format);
}
-static const vo_info_t* get_info(void)
-{
- return &vo_info;
-}
-
static void uninit(void)
{
printf("vo: uninit!\n");