aboutsummaryrefslogtreecommitdiffhomepage
path: root/cfg-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index c2ccab16ba..636f8aad71 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -74,6 +74,11 @@
{"sb", &seek_to_byte, CONF_TYPE_POSITION, CONF_MIN, 0, 0, NULL},
{"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL},
+#ifdef USE_EDL
+ {"edl", &edl_filename, CONF_TYPE_STRING, 0, 0, 0, NULL},
+#else
+ {"edl", "MPlayer was compiled without EDL support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
+#endif
// AVI specific: force non-interleaved mode
{"ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"noni", &force_ni, CONF_TYPE_FLAG, 0, 1, 0, NULL},