mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
plugin-development: basics-boilerplate: Remove unneeded meson.build edit step
Closes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/157/ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1324>
This commit is contained in:
parent
c66b10b5cb
commit
ebb61c5e24
1 changed files with 3 additions and 4 deletions
|
@ -96,10 +96,9 @@ The last command creates two files: `gstmyfilter.c` and `gstmyfilter.h`.
|
|||
> It is recommended that you create a copy of the `gst-plugin` directory
|
||||
> before continuing.
|
||||
|
||||
Now one needs to adjust the `meson.build` to use the new filenames and run
|
||||
`meson build` from the parent directory to bootstrap the build
|
||||
environment. After that, the project can be built and installed using the well
|
||||
known `ninja -C build` commands.
|
||||
Now one needs to run `meson build` from the parent directory to bootstrap the
|
||||
build environment. After that, the project can be built and installed using the
|
||||
well known `ninja -C build` commands.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue