mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
e3f9e854f0
Resurrected from the Farstream repository and given an overhaul to fix races, deadlocks etc. https://bugzilla.gnome.org/show_bug.cgi?id=756252
9 lines
376 B
Makefile
9 lines
376 B
Makefile
plugin_LTLIBRARIES = libgstnetsim.la
|
|
|
|
libgstnetsim_la_SOURCES = gstnetsim.c
|
|
libgstnetsim_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstnetsim_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstnetsim_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstnetsim_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstnetsim.h
|