summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dfbmga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_dfbmga.c')
-rw-r--r--libvo/vo_dfbmga.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/libvo/vo_dfbmga.c b/libvo/vo_dfbmga.c
index d1eb86be44..95d4c00fdc 100644
--- a/libvo/vo_dfbmga.c
+++ b/libvo/vo_dfbmga.c
@@ -52,15 +52,15 @@
#define min(x,y) (((x)<(y))?(x):(y))
#endif
-LIBVO_EXTERN(dfbmga)
-
-static vo_info_t vo_info = {
+static vo_info_t info = {
"DirectFB / Matrox G400",
"dfbmga",
"Ville Syrjala <syrjala@sci.fi>",
""
};
+LIBVO_EXTERN(dfbmga)
+
extern int verbose;
/******************************
@@ -466,11 +466,6 @@ query_format( uint32_t format )
return 0;
}
-static const vo_info_t *get_info( void )
-{
- return &vo_info;
-}
-
static void
vo_draw_alpha_lut8( int w, int h,
unsigned char* src,