]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- disable opencv
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Mar 2021 23:01:10 +0000 (00:01 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Mar 2021 23:01:10 +0000 (00:01 +0100)
opencv requires C++11 support, while ffmpeg builds using C.
Building libavformat/vf_libopencv.c with C++ does not work at all.

ffmpeg.spec

index 4c3dedd0cd21ece7fb8c9304a70daa6bd925c9ec..8d222b353e1800ab4e7fa208282586914e816472 100644 (file)
@@ -49,7 +49,7 @@
 %bcond_without omx             # OpenMAX IL support
 %bcond_without openal          # OpenAL 1.1 capture support
 %bcond_without opencl          # OpenCL 1.2 code
-%bcond_without opencv          # OpenCV video filtering
+%bcond_with    opencv          # OpenCV video filtering
 %bcond_without opengl          # OpenGL rendering support
 %bcond_with    openh264        # OpenH264 H.264 encoder
 %bcond_without openmpt         # OpenMPT module decoder
This page took 0.037303 seconds and 4 git commands to generate.