2001-12-23 20:52:21 +00:00
|
|
|
plugindir = $(libdir)/gst
|
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
|
|
|
|
2001-12-31 03:03:05 +00:00
|
|
|
libgstmpegstream_la_SOURCES = gstmpegstream.c gstmpegparse.c gstmpegdemux.c gstmpegpacketize.c gstrfc2250enc.c
|
2001-12-22 23:26:48 +00:00
|
|
|
libgstmpegstream_la_CFLAGS = $(GST_CFLAGS) -O3 $(FOMIT_FRAME_POINTER) -ffast-math
|
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
|
|
|
|
2001-12-31 03:03:05 +00:00
|
|
|
noinst_HEADERS = gstmpegparse.h gstmpegdemux.h gstmpegpacketize.h gstrfc2250enc.h
|
2001-12-22 23:26:48 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = README notes
|