commit 6c002dc8c0e50b92e3a2d3ebfd8884de1e8d0cd2
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jul 15 16:10:35 2020 +0200
Reverse opencv condition
vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 336a24c..506a29a 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -357,7 +357,7 @@ touch src/revision.txt
--with-binary-version=%{version} \
--enable-lua \
%{?_with_live555:--enable-live555} \
-%{?_with_opencv:--enable-opencv} \
+%{!?_with_opencv:--disable-opencv} \
%{!?el8:--enable-sftp} \
%{?_with_vcdimager:--enable-vcdx} \
%{?_with_rpi: \