From 8f30963c37732395940f6435b014f5cf45d52434 Mon Sep 17 00:00:00 2001 From: uau Date: Thu, 27 Apr 2006 12:40:29 +0000 Subject: Make EDL compilation unconditional git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18313 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mencoder.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cfg-mencoder.h') 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 -- cgit v1.2.3