FFVS-Project-Generator icon indicating copy to clipboard operation
FFVS-Project-Generator copied to clipboard

Could not work for ffmpeg 5.1

Open kpld opened this issue 3 years ago • 2 comments

Version 1.11.4 could not work for ffmpeg 5.1, has following compile error:

../ffmpeg-5.1/libavutil/tx.c(350): error C2001: newline in constant ../ffmpeg-5.1/libavutil/tx.c(351): error C2143: syntax error: missing ')' before 'else'

kpld avatar Jul 28 '22 03:07 kpld

ffmpeg 5.1 source code problem, not for this project

kpld avatar Jul 28 '22 03:07 kpld

Added a commit that should hopefully work around this error

Sibras avatar Aug 06 '22 11:08 Sibras