mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 20:34:58 +00:00
header / declarations cleanup, also fixes broken compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23141 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9e14239422
commit
367dbc8384
@ -24,6 +24,7 @@
|
||||
#ifndef _GUI_H
|
||||
#define _GUI_H
|
||||
#include "config.h"
|
||||
#include "mplayer.h"
|
||||
#include "playtree.h"
|
||||
#include "m_config.h"
|
||||
#include "skinload.h"
|
||||
|
@ -46,20 +46,9 @@
|
||||
#include <cdio/cdio.h>
|
||||
#endif
|
||||
|
||||
extern m_obj_settings_t *vf_settings;
|
||||
extern void exit_player(const char *how);
|
||||
extern char *filename;
|
||||
extern int abs_seek_pos;
|
||||
extern float rel_seek_secs;
|
||||
extern int audio_id;
|
||||
extern int video_id;
|
||||
extern int dvdsub_id;
|
||||
extern int vobsub_id;
|
||||
extern int stream_cache_size;
|
||||
extern int autosync;
|
||||
extern int vcd_track;
|
||||
extern int dvd_title;
|
||||
extern float force_fps;
|
||||
extern af_cfg_t af_cfg;
|
||||
int guiWinID = 0;
|
||||
|
||||
|
@ -37,13 +37,6 @@
|
||||
#include "dialogs.h"
|
||||
#include "wincfg.h"
|
||||
|
||||
extern int vo_doublebuffering;
|
||||
extern int vo_directrendering;
|
||||
extern int frame_dropping;
|
||||
extern int soft_vol;
|
||||
extern float audio_delay;
|
||||
extern int osd_level;
|
||||
extern char *dvd_device, *cdrom_device;
|
||||
extern char *proc_priority;
|
||||
|
||||
static void set_defaults(void);
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "mplayer.h"
|
||||
#include "mp_msg.h"
|
||||
#include "help_mp.h"
|
||||
#include "m_config.h"
|
||||
|
Loading…
Reference in New Issue
Block a user