diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-01-03 23:35:52 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-01-03 23:35:52 +0000 |
commit | 655b6b81943f5e99ae688944a23af817093be545 (patch) | |
tree | cd19345d1d3f3754d5e79e6ecd86f54d7baf404e /gst/mpegtsparse/Makefile.am | |
parent | 7a3ec2a842b236ac8743bc7a33f20e1431a578cc (diff) | |
download | gst-plugins-bad-655b6b81943f5e99ae688944a23af817093be545.tar.gz gst-plugins-bad-655b6b81943f5e99ae688944a23af817093be545.tar.bz2 gst-plugins-bad-655b6b81943f5e99ae688944a23af817093be545.zip |
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.
Diffstat (limited to 'gst/mpegtsparse/Makefile.am')
-rw-r--r-- | gst/mpegtsparse/Makefile.am | 10 |
1 files changed, 2 insertions, 8 deletions
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 |