mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
699452ef31
This is not needed any longer.
12 lines
413 B
Makefile
12 lines
413 B
Makefile
plugin_LTLIBRARIES = libgstpcapparse.la
|
|
|
|
libgstpcapparse_la_SOURCES = \
|
|
gstpcapparse.c gstirtspparse.c plugin.c
|
|
|
|
noinst_HEADERS = \
|
|
gstpcapparse.h gstirtspparse.h
|
|
|
|
libgstpcapparse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
|
libgstpcapparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(WINSOCK2_LIBS)
|
|
libgstpcapparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstpcapparse_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|