[Buildroot] [git commit branch/2021.02.x] package/gstreamer1/gst1-plugins-bad: fix meson options
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-11-03 20:56:49
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-11-03 20:56:49
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=cf696504ca4143712a631fe3023364bbcd163801 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x Fix teletextdec name and remove vdpau which is no longer available. Fixes: output/build/gst1-plugins-bad-1.18.5/meson.build:1:0: ERROR: Unknown options: "teletextdec, vdpau" (WARNING for now, but will be an error in meson 0.60.0). Signed-off-by: James Hilliard <redacted> Reviewed-by: Peter Seiderer <redacted> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted> (cherry picked from commit 87505ba9478fa039a72eaa984c07733cdd5ea280) Signed-off-by: Peter Korsgaard <peter@korsgaard.com> --- package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
index d8b2e2a5d3..d3f089bfed 100644
--- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk
+++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk@@ -59,12 +59,11 @@ GST1_PLUGINS_BAD_CONF_OPTS += \ -Dofa=disabled \ -Dopenexr=disabled \ -Dopenni2=disabled \ - -Dteletextdec=disabled \ + -Dteletext=disabled \ -Dwildmidi=disabled \ -Dsmoothstreaming=disabled \ -Dsoundtouch=disabled \ -Dgme=disabled \ - -Dvdpau=disabled \ -Dspandsp=disabled \ -Dsvthevcenc=disabled \ -Dtranscode=disabled \
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot