gst1-plugins-bad: build Intel QuickSync plugin only on x86
authorDaniel Golle <daniel@makrotopia.org>
Sat, 7 Dec 2024 21:48:31 +0000 (21:48 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 13 Dec 2024 03:34:01 +0000 (03:34 +0000)
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 <daniel@makrotopia.org>
multimedia/gst1-plugins-bad/Makefile

index 0ae1f7796e130a8234c369fad1d14ef8d1b1947c..a1b00c97dc35db8246d9a34d53213d4fe5479d5e 100644 (file)
@@ -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 \