MIvanchev / static-wine32

A Docker recipe for building a statically compiled 32-bit Wine for x86_64
BSD 3-Clause "New" or "Revised" License
71 stars 3 forks source link

Gstreamer not finding any plugins because static linking requires GST_PLUGIN_STATIC_DECLARE and GST_PLUGIN_STATIC_REGISTER for every plugin #3

Closed MIvanchev closed 2 years ago

MIvanchev commented 2 years ago

Must be done here: https://github.com/wine-mirror/wine/blob/master/dlls/winegstreamer/wg_parser.c

MIvanchev commented 2 years ago

Solved in the Wine fork.