2001-12-22 23:26:48 +00:00
|
|
|
|
2001-12-23 20:52:21 +00:00
|
|
|
plugin_LTLIBRARIES = libgstmpegstream.la
|
2001-12-22 23:26:48 +00:00
|
|
|
|
2002-05-26 21:59:22 +00:00
|
|
|
libgstmpegstream_la_SOURCES = gstmpegstream.c gstmpegparse.c gstmpegdemux.c gstmpegpacketize.c gstrfc2250enc.c gstmpegclock.c
|
2003-09-11 19:57:59 +00:00
|
|
|
libgstmpegstream_la_CFLAGS = $(GST_CFLAGS)
|
2002-03-19 04:10:05 +00:00
|
|
|
libgstmpegstream_la_LIBADD =
|
2002-03-19 01:39:42 +00:00
|
|
|
libgstmpegstream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-12-22 23:26:48 +00:00
|
|
|
|
2002-05-26 21:59:22 +00:00
|
|
|
noinst_HEADERS = gstmpegparse.h gstmpegdemux.h gstmpegpacketize.h gstrfc2250enc.h gstmpegclock.h
|
2001-12-22 23:26:48 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = README notes
|