summaryrefslogtreecommitdiffstats
path: root/options/m_config.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-11 00:32:13 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:39:14 +0200
commita7ed3610ca8f688a1be7d003df157163eebbf615 (patch)
treed2191d39965dea8967611c5b43d647f6d08f9495 /options/m_config.h
parente34e1080d26b843554137c4340ae4d550aa3db6a (diff)
downloadmpv-a7ed3610ca8f688a1be7d003df157163eebbf615.tar.bz2
mpv-a7ed3610ca8f688a1be7d003df157163eebbf615.tar.xz
options: remove a global variable
This is probably the last one, at least with my current configuration.
Diffstat (limited to 'options/m_config.h')
-rw-r--r--options/m_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options/m_config.h b/options/m_config.h
index e20a99853f..958dc3d5e4 100644
--- a/options/m_config.h
+++ b/options/m_config.h
@@ -67,6 +67,9 @@ typedef struct m_config {
int (*includefunc)(void *ctx, char *filename, int flags);
void *includefunc_ctx;
+ // For the command line parser
+ int recursion_depth;
+
void *optstruct; // struct mpopts or other
} m_config_t;