ShiftMediaProject / FFVS-Project-Generator

A program that can scan existing FFmpeg/LibAV source files and dynamically generate a Visual Studio project file.
GNU Lesser General Public License v2.1
175 stars 76 forks source link

Not working with FFmpeg release 4.0 #20

Closed programming-enthusiast closed 6 years ago

programming-enthusiast commented 6 years ago

Hi, I just pulled your git source and built binary successfully. But it is not working with ffmpeg release 4.0 now but works with ffmpeg release 3.4. This is the config options I tried with release 4.0. --enable-gpl --enable-version3 --disable-bzlib --disable-iconv --disable-zlib --disable-lzma --disable-sdl2 --toolchain=msvc

I can see that there are some updates in release 4.0 recently so maybe this project_generate is not working now?

Sibras commented 6 years ago

What are the errors that you are getting? I use FFVS to build FFmpeg source weekly and haven't had any issues. Try adding the log so I can see whats going on.