mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
4ce91b98f0
+ And implement a corrupt-socket-recv action + Only compile this on Linux, LD_PRELOAD won't work on Windows. For now the registering of the action is done through a call to socket_interposer_init, this will get better when we refactor the action logic. https://bugzilla.gnome.org/show_bug.cgi?id=743871
13 lines
457 B
Makefile
13 lines
457 B
Makefile
libfaultinjection_@GST_API_VERSION@_la_SOURCES = \
|
|
socket_interposer.c
|
|
|
|
libfaultinjection_@GST_API_VERSION@include_HEADERS = \
|
|
socket_interposer.h
|
|
|
|
lib_LTLIBRARIES = libfaultinjection-@GST_API_VERSION@.la
|
|
|
|
libfaultinjection_@GST_API_VERSION@_la_CFLAGS = $(GST_ALL_CFLAGS)
|
|
libfaultinjection_@GST_API_VERSION@_la_LIBADD = $(GST_ALL_LIBS)
|
|
libfaultinjection_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/faultinjection
|
|
|
|
CLEANFILES =
|