diff options
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 |