Open stormwatch opened 6 years ago
same error , OSX Mojave
same problem with ffmpeg 4.2.1 on master branch
how to get around this?
@molecular this is from breaking api changes in ffmpeg, for example with filename, it is deprecated in favor of using "url" which is just a char* instead of a fixed sized array.
@andrewrk I'm down to put work into fixing some code rot, would you also be into using conan as a package manager? (it certainly would simplify building from source)
Same error while building the library
cmake -Wno-error=deprecated-declarations runs succesfully but then make fails:
I added -Wno-error... to cmake because I saw it in #126
Any advice on how to go on?