summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index 54dc1c0776..6767000501 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -419,7 +419,7 @@ audio_encoder_t *aencoder = NULL;
// Create the config context and register the options
set_default_mencoder_options(&opts);
- mconfig = m_config_new(&opts);
+ mconfig = m_config_new(&opts, cfg_include);
m_config_register_options(mconfig,mencoder_opts);
// Preparse the command line