Skip to content

Add gstreamer-full library containing all plugins and their deps

Xavier Claessens requested to merge xclaesse/gst-build:static-libraries into master

When building with -Ddefault_library=static, also build a single library containing all built plugins. Any external dependencies are still dynamically linked.

A monolithic library is easier to distribute, and in some envs like Android is required.

--

Integration test: gst-ci!197 (merged)

Edited by Xavier Claessens

Merge request reports