2002-12-08 14:39:38 +00:00
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
2001-12-04 22:12:50 +00:00
|
|
|
|
2002-09-12 19:23:41 +00:00
|
|
|
plugin_LTLIBRARIES = \
|
|
|
|
libgstbasicomegascheduler.la \
|
2003-03-11 21:01:31 +00:00
|
|
|
libgstbasicgthreadscheduler.la \
|
2002-12-15 18:21:43 +00:00
|
|
|
libgstoptscheduler.la \
|
2002-11-02 13:54:34 +00:00
|
|
|
libgstoptomegascheduler.la \
|
2003-07-27 05:10:42 +00:00
|
|
|
libgstoptgthreadscheduler.la
|
2001-12-04 22:12:50 +00:00
|
|
|
|
2002-09-12 19:23:41 +00:00
|
|
|
libgstbasicomegascheduler_la_SOURCES = gstbasicscheduler.c
|
|
|
|
libgstbasicomegascheduler_la_CFLAGS = $(GST_CFLAGS) -D_COTHREADS_OMEGA
|
|
|
|
libgstbasicomegascheduler_la_LIBADD = ../libcothreads.la
|
|
|
|
libgstbasicomegascheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2002-02-11 01:38:55 +00:00
|
|
|
|
2003-03-11 21:01:31 +00:00
|
|
|
libgstbasicgthreadscheduler_la_SOURCES = gstbasicscheduler.c
|
|
|
|
libgstbasicgthreadscheduler_la_CFLAGS = $(GST_CFLAGS) -D_COTHREADS_GTHREAD
|
|
|
|
libgstbasicgthreadscheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
2002-12-15 18:21:43 +00:00
|
|
|
libgstoptscheduler_la_SOURCES = gstoptimalscheduler.c
|
|
|
|
libgstoptscheduler_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
libgstoptscheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2002-03-30 17:05:03 +00:00
|
|
|
|
2002-09-12 21:00:57 +00:00
|
|
|
libgstoptomegascheduler_la_SOURCES = gstoptimalscheduler.c
|
2002-12-15 18:21:43 +00:00
|
|
|
libgstoptomegascheduler_la_CFLAGS = $(GST_CFLAGS) -D_COTHREADS_OMEGA -DUSE_COTHREADS
|
2002-09-12 21:00:57 +00:00
|
|
|
libgstoptomegascheduler_la_LIBADD = ../libcothreads.la
|
|
|
|
libgstoptomegascheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
2003-03-11 21:01:31 +00:00
|
|
|
libgstoptgthreadscheduler_la_SOURCES = gstoptimalscheduler.c
|
|
|
|
libgstoptgthreadscheduler_la_CFLAGS = $(GST_CFLAGS) -D_COTHREADS_GTHREAD -DUSE_COTHREADS
|
|
|
|
libgstoptgthreadscheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
|
|
noinst_HEADERS = cothreads_compat.h gthread-cothreads.h
|