From 6c002dc8c0e50b92e3a2d3ebfd8884de1e8d0cd2 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 15 Jul 2020 16:10:35 +0200 Subject: [PATCH] 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: \