From: Daniel Golle Date: Sat, 7 Dec 2024 21:48:31 +0000 (+0000) Subject: gst1-plugins-bad: build Intel QuickSync plugin only on x86 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c5a4241af640e5aff123ee3422052e5792af662a;p=feed%2Fpackages.git gst1-plugins-bad: build Intel QuickSync plugin only on x86 Intel Media SDK lacks support for many architectures and leads to build failing. As the QuickSync hardware feature is anyway only supported on x86 CPUs simply don't build the plugin on other platforms. Signed-off-by: Daniel Golle --- diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index 0ae1f7796e..a1b00c97dc 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b/multimedia/gst1-plugins-bad/Makefile @@ -218,6 +218,7 @@ MESON_ARGS += \ -Dopenni2=disabled \ -Dopensles=disabled \ -Dopus=$(if $(CONFIG_PACKAGE_gst1-mod-opusparse),en,dis)abled \ + -Dqsv=$(if $(CONFIG_i386)$(CONFIG_i686)$(CONFIG_x86_64),en,dis)abled \ -Dresindvd=disabled \ -Drsvg=disabled \ -Drtmp=disabled \