diff gui/interface.c @ 30653:3d23e24c5c60

Declare externally used variables from vd.c as extern in vd.h. This saves declaring them as extern all over the place.
author diego
date Mon, 22 Feb 2010 09:51:44 +0000
parents 39a4dd7ec420
children ebe42a93c6c3
line wrap: on
line diff
--- a/gui/interface.c	Sun Feb 21 23:36:36 2010 +0000
+++ b/gui/interface.c	Mon Feb 22 09:51:44 2010 +0000
@@ -39,6 +39,7 @@
 #include "get_path.h"
 #include "mp_core.h"
 #include "mplayer.h"
+#include "libmpcodecs/vd.h"
 #include "libvo/x11_common.h"
 #include "libvo/video_out.h"
 #include "libvo/font_load.h"