Fixes compiler warning introduced in commit ff32a4297: gstwildmididec.c:637:47: error: pointer targets in passing argument 2 of ‘WildMidi_GetOutput’ differ in signedness WildMidi_GetOutput (wildmidi_dec->song, (char *) (info.data), info.size); ^ wildmidi_lib.h:106:15: note: expected ‘int8_t * {aka signed char *}’ but argument is of type ‘char *’ WM_SYMBOL int WildMidi_GetOutput (midi *handle, int8_t *buffer, uint32_t size); https://bugzilla.gnome.org/show_bug.cgi?id=768576
https://bugzilla.gnome.org/show_bug.cgi?id=768576
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
If they were not ported after 4+ years it seems unlikely that anybody is ever going to need them again. They're still in the GIT history if needed. https://bugzilla.gnome.org/show_bug.cgi?id=774530