From 6e62b3a85fc2c7a74dd3242bf123cc5f26adaeb0 Mon Sep 17 00:00:00 2001 From: albeu Date: Mon, 14 Apr 2008 11:21:29 +0000 Subject: Add options to disable some or all config files. Patch by Andrew Savchenko (Bircoph -at- list -dot- ru). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26448 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mpcommon.h') diff --git a/mpcommon.h b/mpcommon.h index 0fbb612cdb..bdee63d898 100644 --- a/mpcommon.h +++ b/mpcommon.h @@ -12,4 +12,7 @@ void update_subtitles(sh_video_t *sh_video, demux_stream_t *d_dvdsub, int reset) void update_teletext(sh_video_t *sh_video, demuxer_t *demuxer, int reset); int select_audio(demuxer_t* demuxer, int audio_id, char* audio_lang); +extern int disable_system_conf; +extern int disable_user_conf; + #endif /* MPLAYER_MPCOMMON_H */ -- cgit v1.2.3