commit e4cdeefa68c6b4e6435cd325310a7e88dbc66750
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sat Oct 1 22:27:29 2022 +0200
Release 4.4 | Fix x265 option
xpra-codecs-freeworld.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 63228cc..635cbc4 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -23,8 +23,8 @@
%global _with_enc_x264 --without-enc_x264
%endif
-%if %{without enc_x265}
-%global _with_enc_x265 --without-enc_x265
+%if %{with enc_x265}
+%global _with_enc_x265 --with-enc_x265
%endif
%if %{without dec_avcodec2}
Show replies by date