summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-12 18:02:02 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-12 18:02:02 +0000
commitb7180c614af049fd4e266399700c78808d57885b (patch)
tree9426f763814a77606c9c581b056ad14475fa84b1 /cfg-mplayer.h
parentdf367a7e2c6976c40ef792fc815f5f4ac979d210 (diff)
downloadmpv-b7180c614af049fd4e266399700c78808d57885b.tar.bz2
mpv-b7180c614af049fd4e266399700c78808d57885b.tar.xz
nortc patch by Attila Kinali
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5056 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 55d028dd77..172b49ff53 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -94,6 +94,10 @@ extern int use_old_pp;
extern int xinerama_screen;
#endif
+#ifdef HAVE_RTC
+extern int nortc;
+#endif
+
/* from libvo/aspect.c */
extern float monitor_aspect;
@@ -307,6 +311,10 @@ static config_t mplayer_opts[]={
{"xineramascreen", &xinerama_screen, CONF_TYPE_INT, CONF_RANGE, 0, 32, NULL},
#endif
+#ifdef HAVE_RTC
+ {"nortc", &nortc, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+#endif
+
#define MAIN_CONF
#include "cfg-common.h"
#undef MAIN_CONF