You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This especially targets Linux although it may apply to the other OSs in some way.
To be supported:
ffmpeg-dev stable package on latest Debian
ffmpeg-dev stable package on latest Ubuntu
ffmpeg Homebrew package on OS X
Depending on what we find, we may need to bring fixes to the current sources. It must not become boilerplate code with too many conditional compilation blocks though.
CMake scripts shouldn't need to be modified as they're already able to find system FFmpeg binaries (and if in some case they don't, that's a bug to report).
The text was updated successfully, but these errors were encountered:
With Debian you have to be more specific than latest as that could refer to any of "stable" "testing" or "sid" distributions.
If stable there is also the problem of backports from testing. Ffmpeg is notorious for api deprecations so supporting a wide range of ffmpeg versions can quickly turn ugly.
hmmm I suppose you got too fast after I created the issue, I've edited it right away to specify stable. Yeah that may be an issue, especially considering that FFmpeg may not exist on stable yet, only on testing. I don't remember if that applies to Debian or Ubuntu though.
And yeah of course the stable will new to be recent enough if this it what you mean.
This especially targets Linux although it may apply to the other OSs in some way.
To be supported:
Depending on what we find, we may need to bring fixes to the current sources. It must not become boilerplate code with too many conditional compilation blocks though.
CMake scripts shouldn't need to be modified as they're already able to find system FFmpeg binaries (and if in some case they don't, that's a bug to report).
The text was updated successfully, but these errors were encountered: