From e2f11aac4a5aa00c742bbe9760184a5512f4b34d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 13 Oct 2022 17:56:04 +0200 Subject: gstreamer: bump to 1.20.4 and add patch to use byacc instead of bison --- extra/gstreamer/build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra/gstreamer/build') diff --git a/extra/gstreamer/build b/extra/gstreamer/build index 11517bc3..592deeaa 100755 --- a/extra/gstreamer/build +++ b/extra/gstreamer/build @@ -2,6 +2,10 @@ export DESTDIR="$1" +# Let's not use bison as long as we don't need to +patch -p1 < byacc.patch +clsed '/^args/{s/yfile,//;s/cfile/cfile, yfile/;}' gst/parse/gen_grammar.py.in + cl-meson \ -Ddbghelp=disabled \ -Dintrospection=disabled \ -- cgit v1.2.3