commit d1aee1063fdd5dece4b9b32f25b596b9bb620b35
Author: Jan RÄ™korajski <[email protected]>
Date:   Sun Mar 7 00:01:10 2021 +0100

    - disable opencv
    
    opencv requires C++11 support, while ffmpeg builds using C.
    Building libavformat/vf_libopencv.c with C++ does not work at all.

 ffmpeg.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 4c3dedd..8d222b3 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ffmpeg.git/commitdiff/d1aee1063fdd5dece4b9b32f25b596b9bb620b35

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to