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 72f2232f8e..2852c81705 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -50,7 +50,7 @@ int XShmGetEventBase(Display *);
#include "mplayer.h"
#endif
-static vo_info_t info = {
+static const vo_info_t info = {
"X11 ( XImage/Shm )",
"x11",
"Aaron Holtzman <aholtzma@ess.engr.uvic.ca>",