2010-02-28 18:41:02 +00:00
|
|
|
plugin_LTLIBRARIES = libgstsegmentclip.la
|
|
|
|
|
|
|
|
libgstsegmentclip_la_SOURCES = gstsegmentclip.c gstaudiosegmentclip.c gstvideosegmentclip.c plugin.c
|
|
|
|
|
|
|
|
libgstsegmentclip_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
2012-04-04 12:41:22 +00:00
|
|
|
libgstsegmentclip_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstaudio-@GST_API_VERSION@
|
2010-02-28 18:41:02 +00:00
|
|
|
libgstsegmentclip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstsegmentclip_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2010-02-28 18:41:02 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = gstsegmentclip.h gstaudiosegmentclip.h gstvideosegmentclip.h
|