Skip to content

build/coretracers: add dep on threads

Fixes the following build error and missing '-pthread' argument when linking:

subprojects/gstreamer/plugins/tracers/libgstcoretracers.so.p/gstleaks.c.o: In function `gst_leaks_tracer_setup_signals':
/work/build32/../subprojects/gstreamer/plugins/tracers/gstleaks.c:919: undefined reference to `pthread_atfork'
Edited by GStreamer Release Monkey

Merge request reports