2008-09-02 12:04:32 +00:00
|
|
|
plugin_LTLIBRARIES = libgstmpegdemux.la
|
|
|
|
|
|
|
|
libgstmpegdemux_la_SOURCES = \
|
|
|
|
flumpegdemux.c \
|
|
|
|
flutspatinfo.c \
|
|
|
|
flutspmtinfo.c \
|
|
|
|
flutspmtstreaminfo.c \
|
|
|
|
gstmpegdemux.c \
|
|
|
|
gstmpegdesc.c \
|
|
|
|
gstmpegtsdemux.c \
|
|
|
|
gstpesfilter.c \
|
2008-10-08 15:25:24 +00:00
|
|
|
gstsectionfilter.c \
|
|
|
|
mpegtsparse.c \
|
|
|
|
mpegtspacketizer.c
|
2008-09-02 12:04:32 +00:00
|
|
|
|
|
|
|
libgstmpegdemux_la_CFLAGS = $(GST_CFLAGS) $(LIBOIL_CFLAGS)
|
|
|
|
libgstmpegdemux_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
|
|
|
|
libgstmpegdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
gstmpegdefs.h \
|
|
|
|
gstmpegdesc.h \
|
|
|
|
gstmpegdemux.h \
|
|
|
|
gstpesfilter.h \
|
|
|
|
gstmpegtsdemux.h \
|
|
|
|
flutspatinfo.h \
|
|
|
|
flutspmtinfo.h \
|
|
|
|
flutspmtstreaminfo.h \
|
2008-10-08 15:25:24 +00:00
|
|
|
gstsectionfilter.h \
|
|
|
|
mpegtspacketizer.h \
|
|
|
|
mpegtsparse.h
|
2008-09-02 12:04:32 +00:00
|
|
|
|