From 505291ab6822105f8d92b8ce8842f0bea6ae1802 Mon Sep 17 00:00:00 2001 From: Carlos Bentzen Date: Wed, 4 Sep 2024 10:30:16 +0200 Subject: [PATCH] README: update gst-full-libraries to correct names The names in the README are out-of-date since 4210ac43ec. Also use `meson setup` rather than the implicit setup command which is now deprecated. Part-of: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd70ac7741..149feccc8b 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ ABI can be set using `gst-full-libraries` option. glib-2.0, gobject-2.0 and gstreamer-1.0 are always included. ``` -meson --default-library=static -Dgst-full-libraries=app,video builddir +meson setup --default-library=static -Dgst-full-libraries=gstreamer-app-1.0,gstreamer-video-1.0 builddir ``` GStreamer *1.18* requires applications using gstreamer-full-1.0 to initialize