2009-10-16 08:50:22 +00:00
|
|
|
glib_gen_prefix = gst_selector
|
|
|
|
glib_gen_basename = gstselector
|
2008-01-29 07:38:31 +00:00
|
|
|
|
2009-10-16 08:50:22 +00:00
|
|
|
include $(top_srcdir)/common/gst-glib-gen.mak
|
2008-01-29 07:38:31 +00:00
|
|
|
|
|
|
|
built_sources = gstselector-marshal.c
|
|
|
|
built_headers = gstselector-marshal.h
|
|
|
|
|
|
|
|
BUILT_SOURCES = $(built_sources) $(built_headers)
|
|
|
|
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
|
|
|
EXTRA_DIST = gstselector-marshal.list
|
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstselector.la
|
|
|
|
|
|
|
|
libgstselector_la_SOURCES = gstselector.c gstinputselector.c gstoutputselector.c
|
|
|
|
nodist_libgstselector_la_SOURCES = $(built_sources)
|
|
|
|
libgstselector_la_CFLAGS = $(GST_CFLAGS)
|
2010-03-09 18:48:44 +00:00
|
|
|
libgstselector_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
|
|
|
libgstselector_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:42:30 +00:00
|
|
|
libgstselector_la_LIBTOOLFLAGS = --tag=disable-static
|
2008-01-29 07:38:31 +00:00
|
|
|
|
2008-02-09 03:37:40 +00:00
|
|
|
noinst_HEADERS = gstinputselector.h gstoutputselector.h
|