comparison gui/mplayer/sw.c @ 26365:10dfbc523184

Add gui/ prefix to some #include paths so that compilation from the top-level source directory does not fail.
author diego
date Fri, 11 Apr 2008 16:55:27 +0000
parents 8b61dc798f48
children b2f4abcf20ed
comparison
equal deleted inserted replaced
26364:48fd5c221905 26365:10dfbc523184
6 6
7 #include "../config.h" 7 #include "../config.h"
8 #include "../libvo/x11_common.h" 8 #include "../libvo/x11_common.h"
9 9
10 #include "gmplayer.h" 10 #include "gmplayer.h"
11 #include "app.h" 11 #include "gui/app.h"
12 #include "interface.h" 12 #include "gui/interface.h"
13 #include "../help_mp.h" 13 #include "../help_mp.h"
14 #include "widgets.h" 14 #include "widgets.h"
15 15
16 int mplSubRender = 0; 16 int mplSubRender = 0;
17 int SubVisible = 0; 17 int SubVisible = 0;