commit 8924ae6b475e10749e70b0a0d61bbebffebd2aa9
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Aug 16 13:33:48 2022 +0200
fixup isa_bits
xpra-codecs-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index ac5a041..e66a32f 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -1,6 +1,6 @@
%bcond_without enc_x264
# Theses settings requires 64bit
-%if %{__isa_bits} == 64
+%if 0%{?__isa_bits} == 64
%bcond_without dec_avcodec2
%bcond_without csc_swscale
%else