summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/mplayer/mw.c4
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;