2001-12-23 20:52:21 +00:00
|
|
|
plugin_LTLIBRARIES = libgstmpegstream.la
|
2001-12-22 23:26:48 +00:00
|
|
|
|
2004-03-27 22:45:41 +00:00
|
|
|
libgstmpegstream_la_SOURCES = gstmpegstream.c \
|
2005-11-14 21:20:21 +00:00
|
|
|
gstmpegparse.c \
|
|
|
|
gstmpegdemux.c \
|
2004-03-27 22:45:41 +00:00
|
|
|
gstdvddemux.c \
|
|
|
|
gstmpegpacketize.c \
|
|
|
|
gstmpegclock.c
|
2005-11-14 21:20:21 +00:00
|
|
|
# gstrfc2250enc.c
|
|
|
|
libgstmpegstream_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
|
|
libgstmpegstream_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@
|
2002-03-19 01:39:42 +00:00
|
|
|
libgstmpegstream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-10-13 18:10:25 +00:00
|
|
|
libgstmpegstream_la_LIBTOOLFLAGS = --tag=disable-static
|
2001-12-22 23:26:48 +00:00
|
|
|
|
2004-03-27 22:45:41 +00:00
|
|
|
noinst_HEADERS = gstmpegparse.h \
|
|
|
|
gstmpegdemux.h \
|
|
|
|
gstdvddemux.h \
|
|
|
|
gstmpegpacketize.h \
|
2005-11-14 22:18:21 +00:00
|
|
|
gstmpegclock.h \
|
|
|
|
gstrfc2250enc.h
|
2001-12-22 23:26:48 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = README notes
|