From 881b80513ef753bbbc35f58e57915712cbdd1e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 12 Jan 2008 09:22:06 +0000 Subject: 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 --- gst/xingheader/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gst/xingheader/Makefile.am') diff --git a/gst/xingheader/Makefile.am b/gst/xingheader/Makefile.am index 6719a1a3..5517b8ad 100644 --- a/gst/xingheader/Makefile.am +++ b/gst/xingheader/Makefile.am @@ -1,12 +1,9 @@ - plugin_LTLIBRARIES = libgstxingheader.la libgstxingheader_la_SOURCES = gstxingmux.c libgstxingheader_la_CFLAGS = $(GST_CFLAGS) libgstxingheader_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstxingheader_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) noinst_HEADERS = gstxingmux.h - -AM_CFLAGS = $(GST_CFLAGS) -LIBS = $(GST_LIBS) $(LAME_LIBS) -- cgit v1.2.1