2007-12-17 14:46:26 +00:00
|
|
|
glib_enum_prefix = gst_switch
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/glib-gen.mak
|
|
|
|
|
|
|
|
built_sources = gstswitch-marshal.c
|
|
|
|
built_headers = gstswitch-marshal.h
|
|
|
|
|
|
|
|
BUILT_SOURCES = $(built_sources) $(built_headers)
|
|
|
|
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
|
|
|
EXTRA_DIST = gstswitch-marshal.list
|
2003-12-08 20:01:01 +00:00
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstswitch.la
|
|
|
|
|
|
|
|
libgstswitch_la_SOURCES = gstswitch.c
|
2007-12-17 14:46:26 +00:00
|
|
|
nodist_libgstswitch_la_SOURCES = $(built_sources)
|
2003-12-08 20:01:01 +00:00
|
|
|
libgstswitch_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstswitch_la_LIBADD =
|
gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream, gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment, gst_qtde...
Original commit message from CVS:
* gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
qtdemux_parse_segments, qtdemux_parse_trak):
* gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
rtp_session_get_location, rtp_session_get_tool,
rtp_session_process_bye, session_report_blocks):
* gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
* gst/switch/Makefile.am:
Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
2007-05-10 14:02:07 +00:00
|
|
|
libgstswitch_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
2003-12-08 20:01:01 +00:00
|
|
|
|
2007-12-17 14:46:26 +00:00
|
|
|
noinst_HEADERS = gstswitch.h $(built_headers)
|