comparison Gui/mplayer/gtk/fs.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 6a08d0dabca8
children 609c0cd1a85b
comparison
equal deleted inserted replaced
19270:7d39b911f0bd 19271:64d82a45a05d
14 14
15 #include "../app.h" 15 #include "../app.h"
16 #include "../interface.h" 16 #include "../interface.h"
17 #include "../../config.h" 17 #include "../../config.h"
18 #include "../../help_mp.h" 18 #include "../../help_mp.h"
19 #include "../../libmpdemux/stream.h" 19 #include "../../stream/stream.h"
20 20
21 #include "../widgets.h" 21 #include "../widgets.h"
22 #include "fs.h" 22 #include "fs.h"
23 #include "opts.h" 23 #include "opts.h"
24 #include "common.h" 24 #include "common.h"