summaryrefslogtreecommitdiffstats
path: root/libvo/geometry.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/geometry.c')
-rw-r--r--libvo/geometry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/geometry.c b/libvo/geometry.c
index d3d68c8ca7..fbafb5a955 100644
--- a/libvo/geometry.c
+++ b/libvo/geometry.c
@@ -3,7 +3,7 @@
#include <stdio.h>
#include <string.h>
#include "geometry.h"
-#include "../mp_msg.h"
+#include "mp_msg.h"
/* A string of the form [WxH][+X+Y] or xpos[%]:ypos[%] */
char *vo_geometry = NULL;