summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 12:40:29 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 12:40:29 +0000
commit8f30963c37732395940f6435b014f5cf45d52434 (patch)
tree5519de8aed6939047056c93f9ed5bce432c46f57 /cfg-mencoder.h
parent9706c6b61611dba9e2addb5388ed56617ed7d231 (diff)
downloadmpv-8f30963c37732395940f6435b014f5cf45d52434.tar.bz2
mpv-8f30963c37732395940f6435b014f5cf45d52434.tar.xz
Make EDL compilation unconditional
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18313 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index 8cf779a102..a1e377b56f 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -204,10 +204,8 @@ m_option_t mencoder_opts[]={
{"frameno-file", &frameno_filename, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
-#ifdef USE_EDL
{"hr-edl-seek", &edl_seek_type, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"nohr-edl-seek", &edl_seek_type, CONF_TYPE_FLAG, 0, 1, 0, NULL},
-#endif
// set output framerate - recommended for variable-FPS (ASF etc) files
// and for 29.97FPS progressive MPEG2 streams