Am 06.11.25 um 03:56 schrieb David Niklas via ffmpeg-user:
Hello,
I'm trying to compile ffmpeg 8.0 on Devuan Daedalus (Debian Bookworm 12)
Linux. I'm running into a second problem. ffmpeg will not compile with
opencv 4.6.0.
At first, the header location was wrong. opencv2/core/core_c.h did not
exist, instead the path was opencv4/opencv2/core/core_c.h . One softlink
later I was trying to compile again, but ran into another problem. OpenCV
4.x+ requires enabled C++11 support. I'm guessing this is the gcc
-std=c11 option.
What version of opencv should I be using with ffmpeg? Is that a safe
option to use with ffmpeg? If yes, what do I edit to get that option
passed to gcc? I could use CXXFLAGS, but it might be overridden later in
the build process.
Thanks!
PS: Attached is the full build log for your viewing pleasure.
_______________________________________________
ffmpeg-user mailing list [email protected]
To unsubscribe send an email [email protected]
Hello,
nothing will be attached by ffmpeg-user.
Did compile ffmpeg 8.0 two weeks ago, usefull hints found here :
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu .
And also here (to add vmaf) :
https://github.com/yash1994/Build-FFmpeg-with-libvmaf?tab=readme-ov-file.
If something will be missing during configuration : |./configure
--enable-gpl...|
|Allways the respective dev-package must be installed.|
|I assume your ./configure you did without error indications.|
|Regards|
|Richard|
_______________________________________________
ffmpeg-user mailing list -- [email protected]
To unsubscribe send an email to [email protected]