From 655b6b81943f5e99ae688944a23af817093be545 Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Thu, 3 Jan 2008 23:35:52 +0000 Subject: gst/mpegtsparse/: Remove no longer needed files. Original commit message from CVS: * gst/mpegtsparse/Makefile.am: * gst/mpegtsparse/flutspatinfo.c: * gst/mpegtsparse/flutspatinfo.h: * gst/mpegtsparse/flutspmtinfo.c: * gst/mpegtsparse/flutspmtinfo.h: * gst/mpegtsparse/flutspmtstreaminfo.c: * gst/mpegtsparse/flutspmtstreaminfo.h: Remove no longer needed files. --- gst/mpegtsparse/Makefile.am | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'gst/mpegtsparse/Makefile.am') diff --git a/gst/mpegtsparse/Makefile.am b/gst/mpegtsparse/Makefile.am index 8da696e3..66f89f30 100644 --- a/gst/mpegtsparse/Makefile.am +++ b/gst/mpegtsparse/Makefile.am @@ -2,10 +2,7 @@ plugin_LTLIBRARIES = libgstmpegtsparse.la libgstmpegtsparse_la_SOURCES = \ mpegtsparse.c \ - mpegtspacketizer.c\ - flutspatinfo.c \ - flutspmtinfo.c \ - flutspmtstreaminfo.c + mpegtspacketizer.c libgstmpegtsparse_la_CFLAGS = $(GST_CFLAGS) libgstmpegtsparse_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) @@ -13,7 +10,4 @@ libgstmpegtsparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \ mpegtsparse.h \ - mpegtspacketizer.h \ - flutspatinfo.h \ - flutspmtinfo.h \ - flutspmtstreaminfo.h + mpegtspacketizer.h -- cgit v1.2.1