mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-21 17:21:13 +00:00
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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7447>
This commit is contained in:
parent
9363a0af42
commit
505291ab68
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue