ci: Add libflac in the debian image

So we can build flac elements.

Related: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1401
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1417>
This commit is contained in:
Jordan Petridis 2024-04-04 15:37:42 +03:00
parent 2b53c55ee6
commit a7ebe45ff3
2 changed files with 2 additions and 1 deletions

View file

@ -141,6 +141,7 @@ trigger:
libpango1.0-dev libcairo2-dev libjson-glib-dev libgdk-pixbuf-2.0-dev
libtiff-dev libpng-dev libjpeg-dev libepoxy-dev libsass-dev sassc
libcsound64-dev llvm clang nasm libsodium-dev libwebp-dev
libflac-dev
FDO_DISTRIBUTION_EXEC: >-
bash ci/install-gst.sh &&
bash ci/install-dav1d.sh &&

View file

@ -1,4 +1,4 @@
variables:
GST_RS_IMG_TAG: "2024-03-29.0"
GST_RS_IMG_TAG: "2024-04-04.0"
GST_RS_STABLE: "1.77.1"
GST_RS_MSRV: "1.70.0"