mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
e05e44f6d5
Original commit message from CVS: A TCP plugin could be needed by many, including wtay himself cause he is sitting behind a firewall blocking UDP and he can't hear or see me. :) Shamefully most of the code is from udpsrc/sink. Still timestamping/clock does'nt work. :(
12 lines
318 B
Makefile
12 lines
318 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgsttcp.la
|
|
|
|
libgsttcp_la_SOURCES = gsttcp.c gsttcpsrc.c gsttcpsink.c
|
|
libgsttcp_la_CFLAGS = $(GST_CFLAGS)
|
|
libgsttcp_la_LIBADD =
|
|
libgsttcp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gsttcpsink.h gsttcpsrc.h gsttcp.h
|
|
|
|
EXTRA_DIST = README
|