Mercurial > mplayer.hg
changeset 24110:aefbadd5eead
Use consistent include path.
author | diego |
---|---|
date | Fri, 24 Aug 2007 00:11:15 +0000 |
parents | 4565ffb49fda |
children | 9549d27bcd19 |
files | gui/mplayer/mw.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/mplayer/mw.c Thu Aug 23 23:14:00 2007 +0000 +++ b/gui/mplayer/mw.c Fri Aug 24 00:11:15 2007 +0000 @@ -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 @@ // 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;