comparison 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
comparison
equal deleted inserted replaced
30652:a2dddda6eb2f 30653:3d23e24c5c60
37 #include "cfg.h" 37 #include "cfg.h"
38 #include "help_mp.h" 38 #include "help_mp.h"
39 #include "get_path.h" 39 #include "get_path.h"
40 #include "mp_core.h" 40 #include "mp_core.h"
41 #include "mplayer.h" 41 #include "mplayer.h"
42 #include "libmpcodecs/vd.h"
42 #include "libvo/x11_common.h" 43 #include "libvo/x11_common.h"
43 #include "libvo/video_out.h" 44 #include "libvo/video_out.h"
44 #include "libvo/font_load.h" 45 #include "libvo/font_load.h"
45 #include "libvo/sub.h" 46 #include "libvo/sub.h"
46 #include "input/input.h" 47 #include "input/input.h"