diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-24 00:11:15 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-24 00:11:15 +0000 |
commit | 38623fee68fc376135ae7cec60134e1bc938f624 (patch) | |
tree | 24481970212b84444102512f466bca87882f3259 /gui/mplayer | |
parent | 4f33b7daedd357e507e60889a15686724b381db9 (diff) |
Use consistent include path.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24130 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/mplayer')
-rw-r--r-- | gui/mplayer/mw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/mplayer/mw.c b/gui/mplayer/mw.c index 4a72480d60..f1fcad779c 100644 --- a/gui/mplayer/mw.c +++ b/gui/mplayer/mw.c @@ -20,7 +20,7 @@ #include "../libvo/fastmemcpy.h" #include "../stream/stream.h" -#include "stream/url.h" +#include "../stream/url.h" #include "../mixer.h" #include "../libvo/sub.h" #include "../access_mpcontext.h" @@ -74,7 +74,7 @@ void mplMainDraw( void ) // XFlush( wsDisplay ); } -extern void exit_player(const char* how); +//extern void exit_player(const char* how); extern int vcd_track; static unsigned last_redraw_time = 0; |