2006-03-11 11:12:30 +00:00
|
|
|
plugin_LTLIBRARIES = libgstxingheader.la
|
|
|
|
|
|
|
|
libgstxingheader_la_SOURCES = gstxingmux.c
|
|
|
|
libgstxingheader_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstxingheader_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
gst/xingheader/: Major cleanup and rewrite of xingmux with less bugs and new features:
Original commit message from CVS:
* gst/xingheader/Makefile.am:
* gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
(has_xing_header), (generate_xing_header),
(gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
(gst_xing_mux_init), (gst_xing_mux_chain),
(gst_xing_mux_sink_event), (gst_xing_mux_change_state):
* gst/xingheader/gstxingmux.h:
Major cleanup and rewrite of xingmux with less bugs and new features:
- Handles other layers as 3
- Write TOC
2008-01-12 09:22:06 +00:00
|
|
|
libgstxingheader_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
2006-03-11 11:12:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
noinst_HEADERS = gstxingmux.h
|