summaryrefslogtreecommitdiffstats
path: root/libvo/vo_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_x11.c')
-rw-r--r--libvo/vo_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 2852c81705..e6eb1f3feb 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -57,7 +57,7 @@ static const vo_info_t info = {
""
};
-LIBVO_EXTERN(x11)
+const LIBVO_EXTERN(x11)
/* private prototypes */
static void Display_Image(XImage * myximage, unsigned char *ImageData);
static void (*draw_alpha_fnc) (int x0, int y0, int w, int h,