Skip to content

meson: add gstreamer-full static support

Allow a project to use gstreamer-full as a static library and link to create a binary without gst dependencies.

To enable this feature, you need to pass these parameters to meson: -Ddefault_library=static -Dgst-full-target-type=static_library

$ meson buildfull-static -Ddefault_library=static -Dgst-full-target-type=static_library

Related to:

Edited by Stéphane Cerveau

Merge request reports