Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-07-28 20:32:26 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-07-28 20:32:26 +0400
commit2ff36ef521a551b99ea69dda0aa82dc9fa49a131 (patch)
treec85727b440b09f2bfbe78c2205b9502c38d4c791
parent7e33a66c0e178c3576c1ba1648be4295809adca8 (diff)
ffmpeg: fix passlogfile regressionn0.8.1
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--ffmpeg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index a00d94ec70..18ee782344 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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[] = {