Skip to content

subprojects: remove pcre.wrap, fixes 1.20 branch msvc ci

Tim-Philipp Müller requested to merge tpm/gstreamer:ci-1.20-branch into 1.20

Remove pcre.wrap since it is pulled in automatically by glib and not used by gstreamer.

Same as done on the main branch in commit 2d890e6f (!2761 (merged)).

This seems to fix the msvc ci on the 1.20 branch which recently started failing with

"gregex.c.obj : error LNK2001: unresolved external symbol pcre_free"

(actually using pcre-8.45).

Now pcre-8.37 is used and it works again.

Unclear what the underlying problem was though, since the gstreamer wrap file clearly is for 8.37 too (same as the glib-2-70 branch pcre.wrap file).

🤷

Merge request reports