-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: 2.4.1 and ffmpeg7.1 need issue #1586
Comments
What distro are you compiling on? (trying the same will be the easiest way for me to try it) The newest ffmpeg I have tried is 7 in ubuntu 24.04 and that is happy. |
I use Rosa 13 linux for build. Now check version 2.4.2 - build fail. My compile options:
|
This commit in ffmpeg make build casparcg-server failed: |
may be need not use min_samples, libavfilter/filters.h is not installed by default |
It might be enough to simply comment out the offending line, but I don't know what the side effects of that would be. It appears that property is an internal property of ffmpeg and we shouldn't be touching it, and they moved it so that we can no longer access it. Looking at the ffmpeg source, it looks like Before making this change myself, I want to test it with some 59.94 content/channels to make sure it at least appears to work, I wouldn't be surprised if isn't as simple as it looks like it might be. |
Observed Behavior
On build stage this error:
Expected behaviour
In ffmpeg7 min_samples i see in libavfilter/filters.h but it is not installed by default
https://github.com/FFmpeg/FFmpeg/blob/a5f0daf8433899d7d644523156ad1078301543f8/libavfilter/filters.h#L153
Ok, i patch ffmpeg7 and install libavfilter/filters.h
Also patch casparcg-server:
And this not help me :(( AVFilterLink not have min_samples
https://github.com/FFmpeg/FFmpeg/blob/a5f0daf8433899d7d644523156ad1078301543f8/libavfilter/avfilter.h#L578
Steps to reproduce
build with ffmpeg7
Environment
gcc-14
ffmpeg-7.1
The text was updated successfully, but these errors were encountered: