2009-02-15 18:35:04 +00:00
|
|
|
# plugindir is set in configure
|
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstkate.la
|
|
|
|
|
|
|
|
# sources used to compile this plug-in
|
2009-07-20 12:54:49 +00:00
|
|
|
libgstkate_la_SOURCES = gstkate.c gstkatedec.c gstkateenc.c gstkateparse.c gstkatetag.c gstkateutil.c gstkatespu.c
|
2013-04-14 20:28:51 +00:00
|
|
|
#if USE_TIGER
|
|
|
|
#libgstkate_la_SOURCES += gstkatetiger.c
|
|
|
|
#endif
|
2009-02-15 18:35:04 +00:00
|
|
|
|
|
|
|
# flags used to compile this plugin
|
2012-02-03 00:50:33 +00:00
|
|
|
libgstkate_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(TIGER_CFLAGS) $(KATE_CFLAGS)
|
2012-04-04 12:41:22 +00:00
|
|
|
libgstkate_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) -lgsttag-$(GST_API_VERSION) $(GST_LIBS) $(TIGER_LIBS) $(KATE_LIBS)
|
2009-02-15 18:35:04 +00:00
|
|
|
libgstkate_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstkate_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2009-02-15 18:35:04 +00:00
|
|
|
|
|
|
|
# headers we need but don't want installed
|
2009-07-20 12:54:49 +00:00
|
|
|
noinst_HEADERS = gstkate.h gstkatedec.h gstkateenc.h gstkateparse.h gstkatetag.h gstkateutil.h gstkatespu.h gstkatetiger.h
|
2009-02-15 18:35:04 +00:00
|
|
|
|
|
|
|
EXTRA_DIST=README
|