2003-07-17 23:04:46 +00:00
|
|
|
plugin_LTLIBRARIES = libgsttcp.la
|
|
|
|
|
2004-05-20 10:15:31 +00:00
|
|
|
# variables used for enum/marshal generation
|
|
|
|
glib_enum_headers = gsttcp.h
|
2004-06-08 09:12:12 +00:00
|
|
|
glib_enum_define = GST_TCP
|
2009-10-16 07:56:56 +00:00
|
|
|
glib_gen_prefix = gst_tcp
|
2009-10-16 07:18:45 +00:00
|
|
|
glib_gen_basename = gsttcp
|
2004-05-20 10:15:31 +00:00
|
|
|
|
2009-10-16 07:18:45 +00:00
|
|
|
include $(top_srcdir)/common/gst-glib-gen.mak
|
2004-05-20 10:15:31 +00:00
|
|
|
|
2004-06-08 09:12:12 +00:00
|
|
|
built_sources = gsttcp-enumtypes.c gsttcp-marshal.c
|
|
|
|
built_headers = gsttcp-enumtypes.h gsttcp-marshal.h
|
2004-05-20 10:15:31 +00:00
|
|
|
|
|
|
|
BUILT_SOURCES = $(built_sources) $(built_headers)
|
|
|
|
|
|
|
|
libgsttcp_la_SOURCES = \
|
|
|
|
gsttcpplugin.c \
|
|
|
|
gsttcp.c \
|
gst/tcp/: Added multifdsink, made tcpserversink a subclass of fdsink, removed one of the locks, added recovery policy...
Original commit message from CVS:
* gst/tcp/Makefile.am:
* gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
(gst_multifdsink_get_type), (gst_multifdsink_base_init),
(gst_multifdsink_class_init), (gst_multifdsink_init),
(gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
(gst_multifdsink_handle_client_read),
(gst_multifdsink_client_queue_data),
(gst_multifdsink_client_queue_caps),
(gst_multifdsink_client_queue_buffer),
(gst_multifdsink_handle_client_write),
(gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
(gst_multifdsink_handle_clients), (gst_multifdsink_thread),
(gst_multifdsink_chain), (gst_multifdsink_set_property),
(gst_multifdsink_get_property), (gst_multifdsink_init_send),
(gst_multifdsink_close), (gst_multifdsink_change_state):
* gst/tcp/gstmultifdsink.h:
* gst/tcp/gsttcpplugin.c: (plugin_init):
* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
(gst_tcpserversink_class_init), (gst_tcpserversink_init),
(gst_tcpserversink_handle_server_read),
(gst_tcpserversink_handle_select),
(gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
(gst_tcpserversink_init_send), (gst_tcpserversink_close):
* gst/tcp/gsttcpserversink.h:
Added multifdsink, made tcpserversink a subclass of fdsink, removed
one of the locks, added recovery policy to multifdsink.
2004-06-26 16:49:42 +00:00
|
|
|
gstmultifdsink.c \
|
2004-05-20 10:15:31 +00:00
|
|
|
gsttcpclientsrc.c gsttcpclientsink.c \
|
|
|
|
gsttcpserversrc.c gsttcpserversink.c
|
|
|
|
|
2004-06-24 01:43:54 +00:00
|
|
|
nodist_libgsttcp_la_SOURCES = \
|
|
|
|
$(built_sources)
|
|
|
|
|
2004-05-24 16:36:54 +00:00
|
|
|
# remove ENABLE_NEW when dataprotocol is stable
|
2010-03-19 01:00:36 +00:00
|
|
|
libgsttcp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_GDP_CFLAGS) $(GST_CFLAGS) -DGST_ENABLE_NEW
|
2005-07-13 17:58:07 +00:00
|
|
|
libgsttcp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgsttcp_la_LIBADD = $(GST_BASE_LIBS) $(GST_GDP_LIBS) $(GST_LIBS)
|
2008-10-16 15:07:00 +00:00
|
|
|
libgsttcp_la_LIBTOOLFLAGS = --tag=disable-static
|
2003-07-17 23:04:46 +00:00
|
|
|
|
2004-05-20 10:15:31 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
gsttcpplugin.h \
|
|
|
|
gsttcp.h \
|
gst/tcp/: Added multifdsink, made tcpserversink a subclass of fdsink, removed one of the locks, added recovery policy...
Original commit message from CVS:
* gst/tcp/Makefile.am:
* gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
(gst_multifdsink_get_type), (gst_multifdsink_base_init),
(gst_multifdsink_class_init), (gst_multifdsink_init),
(gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
(gst_multifdsink_handle_client_read),
(gst_multifdsink_client_queue_data),
(gst_multifdsink_client_queue_caps),
(gst_multifdsink_client_queue_buffer),
(gst_multifdsink_handle_client_write),
(gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
(gst_multifdsink_handle_clients), (gst_multifdsink_thread),
(gst_multifdsink_chain), (gst_multifdsink_set_property),
(gst_multifdsink_get_property), (gst_multifdsink_init_send),
(gst_multifdsink_close), (gst_multifdsink_change_state):
* gst/tcp/gstmultifdsink.h:
* gst/tcp/gsttcpplugin.c: (plugin_init):
* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
(gst_tcpserversink_class_init), (gst_tcpserversink_init),
(gst_tcpserversink_handle_server_read),
(gst_tcpserversink_handle_select),
(gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
(gst_tcpserversink_init_send), (gst_tcpserversink_close):
* gst/tcp/gsttcpserversink.h:
Added multifdsink, made tcpserversink a subclass of fdsink, removed
one of the locks, added recovery policy to multifdsink.
2004-06-26 16:49:42 +00:00
|
|
|
gstmultifdsink.h \
|
2004-05-20 10:15:31 +00:00
|
|
|
gsttcpclientsrc.h gsttcpclientsink.h \
|
|
|
|
gsttcpserversrc.h gsttcpserversink.h
|
2003-07-17 23:04:46 +00:00
|
|
|
|
2004-05-20 10:15:31 +00:00
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
2004-06-24 01:43:54 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = gsttcp-marshal.list
|
2011-01-27 16:28:51 +00:00
|
|
|
|
|
|
|
Android.mk: Makefile.am $(BUILT_SOURCES)
|
|
|
|
androgenizer \
|
|
|
|
-:PROJECT libgsttcp -:SHARED libgsttcp \
|
|
|
|
-:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
|
|
|
-:SOURCES $(libgsttcp_la_SOURCES) \
|
|
|
|
$(nodist_libgsttcp_la_SOURCES) \
|
|
|
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgsttcp_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgsttcp_la_LDFLAGS) \
|
|
|
|
$(libgsttcp_la_LIBADD) \
|
|
|
|
-ldl \
|
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
|
|
|
> $@
|