changeset 32054:c3c015112837

Move slave_mode extern declaration to mplayer.h, where it belongs.
author diego
date Fri, 10 Sep 2010 21:48:48 +0000
parents abf1b2360d4f
children b8cc88eef14e
files input/ar.c mplayer.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/input/ar.c	Fri Sep 10 21:42:13 2010 +0000
+++ b/input/ar.c	Fri Sep 10 21:48:48 2010 +0000
@@ -29,11 +29,10 @@
 #include <sys/types.h>
 #include <unistd.h>
 
+#include "mplayer.h"
 #include "input.h"
 #include "ar.h"
 
-extern int slave_mode;
-
 extern const double NSAppKitVersionNumber;
 
 typedef struct cookie_keycode_map {
--- a/mplayer.h	Fri Sep 10 21:42:13 2010 +0000
+++ b/mplayer.h	Fri Sep 10 21:48:48 2010 +0000
@@ -30,6 +30,7 @@
 extern unsigned int osd_visible;
 extern int autosync;
 extern int frame_dropping;
+extern int slave_mode;
 extern int use_menu;
 
 extern float  audio_delay;