From: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Sat, 1 Nov 2025 21:06:32 +0000 (+0000) Subject: Remove x265 disables from armv7l builds for plucky and questing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaf84b2df4c3eda1d537b161e9aab77b7614331e;p=thirdparty%2Ftvheadend.git Remove x265 disables from armv7l builds for plucky and questing Co-authored-by: Flole998 <9951871+Flole998@users.noreply.github.com> --- diff --git a/Autobuild/plucky-armv7l.sh b/Autobuild/plucky-armv7l.sh index 7f0489fcf..376da7523 100644 --- a/Autobuild/plucky-armv7l.sh +++ b/Autobuild/plucky-armv7l.sh @@ -1,3 +1,2 @@ -AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --disable-libx265_static --disable-libx265" source Autobuild/armv7l.sh source Autobuild/plucky.sh diff --git a/Autobuild/questing-armv7l.sh b/Autobuild/questing-armv7l.sh index 42bc91de4..62c30d553 100644 --- a/Autobuild/questing-armv7l.sh +++ b/Autobuild/questing-armv7l.sh @@ -1,3 +1,2 @@ -AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --disable-libx265_static --disable-libx265" source Autobuild/armv7l.sh source Autobuild/questing.sh