2010-06-04 06:14:42 +00:00
|
|
|
plugin_LTLIBRARIES = libgstrtmp.la
|
|
|
|
|
2011-06-17 15:09:51 +00:00
|
|
|
libgstrtmp_la_SOURCES = gstrtmpsrc.c gstrtmpsink.c gstrtmp.c
|
2010-06-04 06:14:42 +00:00
|
|
|
|
2011-06-17 15:09:51 +00:00
|
|
|
noinst_HEADERS = gstrtmpsrc.h gstrtmpsink.h
|
2010-06-04 06:14:42 +00:00
|
|
|
libgstrtmp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(RTMP_CFLAGS)
|
2012-05-05 17:20:33 +00:00
|
|
|
libgstrtmp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(RTMP_LIBS) $(WINSOCK2_LIBS)
|
2010-06-04 06:14:42 +00:00
|
|
|
libgstrtmp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstrtmp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2010-06-04 06:14:42 +00:00
|
|
|
|