From 26f0a006a4cc7cd1655fa2306e7223c239c1dcd9 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 11 May 2023 11:21:15 +0200 Subject: [PATCH] Drop WITH_X264 build option The X264 support has never been implemented upstream. Let's drop the non-existent WITH_X264 build option. Related: https://github.com/FreeRDP/FreeRDP/issues/5698 Related: https://github.com/FreeRDP/FreeRDP/commit/112400ca6664a1cb6e7b0cb904b4a7d79f30eef7 --- freerdp.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/freerdp.spec b/freerdp.spec index a010691..16617dc 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -1,9 +1,8 @@ -# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg", -# "--with=x264" or "--with=openh264" to mock/rpmbuild; or by globally setting -# these variables: +# Can be rebuilt with FFmpeg/OpenH264 support enabled by passing +# "--with=ffmpeg", or "--with=openh264" to mock/rpmbuild; or by globally +# setting these variables: #global _with_ffmpeg 1 -#global _with_x264 1 #global _with_openh264 1 # Momentarily disable GSS support @@ -175,7 +174,6 @@ find . -name "*.c" -exec chmod 664 {} \; -DWITH_SOXR=%{?_with_soxr:ON}%{?!_with_soxr:OFF} \ -DWITH_WAYLAND=ON \ -DWITH_X11=ON \ - -DWITH_X264=%{?_with_x264:ON}%{?!_with_x264:OFF} \ -DWITH_XCURSOR=ON \ -DWITH_XEXT=ON \ -DWITH_XKBFILE=ON \