comparison Gui/win32/gui.c @ 19271:64d82a45a05d

introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
author ben
date Mon, 31 Jul 2006 17:39:17 +0000
parents 15b9a8cdea4c
children df307a050359
comparison
equal deleted inserted replaced
19270:7d39b911f0bd 19271:64d82a45a05d
32 #include <help_mp.h> 32 #include <help_mp.h>
33 #include <cpudetect.h> 33 #include <cpudetect.h>
34 #include <input/input.h> 34 #include <input/input.h>
35 #include <input/mouse.h> 35 #include <input/mouse.h>
36 #include <osdep/keycodes.h> 36 #include <osdep/keycodes.h>
37 #include <libmpdemux/stream.h> 37 #include <stream/stream.h>
38 #include <libvo/video_out.h> 38 #include <libvo/video_out.h>
39 #include <interface.h> 39 #include <interface.h>
40 #include "gui.h" 40 #include "gui.h"
41 #include "wincfg.h" 41 #include "wincfg.h"
42 #include "dialogs.h" 42 #include "dialogs.h"