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-opencv-config.log.xz
Description: application/xz
_______________________________________________ ffmpeg-user mailing list -- [email protected] To unsubscribe send an email to [email protected]
