diff options
author | Michael Niedermayer <[email protected]> | 2011-07-28 18:32:26 +0200 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2011-07-28 18:32:26 +0200 |
commit | 2ff36ef521a551b99ea69dda0aa82dc9fa49a131 (patch) | |
tree | c85727b440b09f2bfbe78c2205b9502c38d4c791 | |
parent | 7e33a66c0e178c3576c1ba1648be4295809adca8 (diff) |
ffmpeg: fix passlogfile regressionn0.8.1
Signed-off-by: Michael Niedermayer <[email protected]>
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4381,7 +4381,9 @@ static void log_callback_null(void* ptr, int level, const char* fmt, va_list vl) static void opt_passlogfile(const char *opt, const char *arg) { pass_logfilename_prefix = arg; +#if CONFIG_LIBX264_ENCODER opt_default("passlogfile", arg); +#endif } static const OptionDef options[] = { |