Skip to content

Commit 2ff36ef

Browse files
committed
ffmpeg: fix passlogfile regression
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
1 parent 7e33a66 commit 2ff36ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ffmpeg.c

+2
Original file line numberDiff line numberDiff line change
@@ -4381,7 +4381,9 @@ static void log_callback_null(void* ptr, int level, const char* fmt, va_list vl)
43814381
static void opt_passlogfile(const char *opt, const char *arg)
43824382
{
43834383
pass_logfilename_prefix = arg;
4384+
#if CONFIG_LIBX264_ENCODER
43844385
opt_default("passlogfile", arg);
4386+
#endif
43854387
}
43864388

43874389
static const OptionDef options[] = {

0 commit comments

Comments
 (0)