From 6f9a6cc2badd5ca24586088a7c9b1d45a6ff2f34 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sun, 17 Jul 2011 14:17:10 +0200 Subject: mpegtsdemux: Add standalone PES parser --- gst/mpegtsdemux/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gst/mpegtsdemux/Makefile.am') diff --git a/gst/mpegtsdemux/Makefile.am b/gst/mpegtsdemux/Makefile.am index 7d3e66325..55b57d960 100644 --- a/gst/mpegtsdemux/Makefile.am +++ b/gst/mpegtsdemux/Makefile.am @@ -7,7 +7,8 @@ libgstmpegtsdemux_la_SOURCES = \ mpegtspacketizer.c \ mpegtsparse.c \ payload_parsers.c \ - tsdemux.c + tsdemux.c \ + pesparse.c libgstmpegtsdemux_la_CFLAGS = \ $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \ @@ -25,7 +26,8 @@ noinst_HEADERS = \ mpegtspacketizer.h \ mpegtsparse.h \ payload_parsers.h \ - tsdemux.h + tsdemux.h \ + pesparse.h Android.mk: Makefile.am $(BUILT_SOURCES) androgenizer \ -- cgit v1.2.1