Skip to content

gstfull: Build only static library on Windows

Xavier Claessens requested to merge xclaesse/gstreamer:gstfull-windows into main

We cannot build a DLL when everything got built statically because they miss dllexport.

When tools are static linked to gstfull they need -Wl,--undefined=gst_init_static_plugins and -Wl,--export-all-symbols to export gst_init_static_plugins() symbol.

Merge request reports