From d0cacc6acfb9357bc5aec61f7d9e330c2e41a190 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 24 May 2026 17:34:36 +0200 Subject: [PATCH] package/gstreamer1/gst1-plugins-bad: disable qsv support https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/64ed6075b782578d57edd09b3463071d6e5a4342 added support for the Intel Quick Sync Video Encoder with version 1.22.0 that was added to buildroot with commit 895840edd2784492d9b7066330b43842b703343b. On unsupported platform the build is broken: In file included from ../sys/qsv/libmfx/api/vpl/mfxdispatcher.h:10, from ../sys/qsv/libmfx/dispatcher/vpl/mfx_dispatcher_vpl_log.h:24, from ../sys/qsv/libmfx/dispatcher/vpl/mfx_dispatcher_vpl_log.cpp:7: ../sys/qsv/libmfx/api/vpl/mfxdefs.h:75:6: error: #error Unknown packing 75 | #error Unknown packing caused by https://gitlab.freedesktop.org/gstreamer/gstreamer/-/blob/1.24.13/subprojects/gst-plugins-bad/sys/qsv/libmfx/api/vpl/mfxdefs.h?ref_type=tags#L75 For now we disable qsv support to fix build errors on arc: https://autobuild.buildroot.net/results/2d5/2d5666324db2fca7ab0419e28481829edca949b3/ m68k: https://autobuild.buildroot.net/results/53b/53ba2e9d09c25fe85e96b6e1fc9adbfcf5a637b2/ microblazeel: https://autobuild.buildroot.net/results/bc2/bc2b2324f385d2cafdae71ac19804f27f7a7414b/ or1k: https://autobuild.buildroot.net/results/17e/17e3dac016a08da8db58d735d0f2d3acc259f81f/ sparc: https://autobuild.buildroot.net/results/f07/f07995804faa0be38bbba462c52be86c6c69822b/ Fixes: https://autobuild.buildroot.net/results/bc2/bc2b2324f385d2cafdae71ac19804f27f7a7414b/ Signed-off-by: Bernd Kuhls Signed-off-by: Arnout Vandecappelle --- package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk index c6fb669e13..ac554749c9 100644 --- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk +++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk @@ -39,6 +39,7 @@ GST1_PLUGINS_BAD_CONF_OPTS += \ -Davtp=disabled \ -Dopensles=disabled \ -Dmsdk=disabled \ + -Dqsv=disabled \ -Dvoamrwbenc=disabled \ -Dbs2b=disabled \ -Dchromaprint=disabled \