From bc20f2cb00234ce436be2f939cb62dbbde5e8dd2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 8 Mar 2013 02:08:02 +0100 Subject: core: remove a number of global variables Move them into per-instance structs. This should get rid of all global variables in mplayer.c (not counting those referenced by cfg-mplayer.h). In core/input/ar.c, just remove checking the slave_mode variable. I'm not sure what this code was supposed to achieve, but slave mode is broken, slave mode is actually infeasible on OSX (ar.c is completely OSX specific), and the correct way of doing this would be to disable this input device per command line switch. --- core/mplayer.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'core/mplayer.h') diff --git a/core/mplayer.h b/core/mplayer.h index 0471a3137d..b96f814b68 100644 --- a/core/mplayer.h +++ b/core/mplayer.h @@ -23,14 +23,6 @@ #include "core/mp_msg.h" -extern char ** audio_fm_list; -extern char ** video_fm_list; -extern char ** video_driver_list; -extern char ** audio_driver_list; -extern float audio_delay; - -extern double force_fps; - struct MPContext; struct MPOpts; struct subtitle; -- cgit v1.2.3