ShiftMediaProject / FFVS-Project-Generator

A program that can scan existing FFmpeg/LibAV source files and dynamically generate a Visual Studio project file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not work for ffmpeg 5.1

kpld opened this issue · comments

commented

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'

commented

ffmpeg 5.1 source code problem, not for this project

Added a commit that should hopefully work around this error