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
|
|
|
|
2009-12-13 13:49:38 +00:00
|
|
|
libgstmpegdemux_la_CFLAGS = \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
2010-06-14 12:48:02 +00:00
|
|
|
$(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
2009-12-13 13:49:38 +00:00
|
|
|
libgstmpegdemux_la_LIBADD = \
|
2010-01-11 19:41:57 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_MAJORMINOR) \
|
2010-06-14 12:48:02 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
2008-09-02 12:04:32 +00:00
|
|
|
libgstmpegdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:42:30 +00:00
|
|
|
libgstmpegdemux_la_LIBTOOLFLAGS = --tag=disable-static
|
2008-09-02 12:04:32 +00:00
|
|
|
|
|
|
|
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
|
|
|
|