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
|
2009-02-15 18:35:04 +00:00
|
|
|
if USE_TIGER
|
|
|
|
libgstkate_la_SOURCES += gstkatetiger.c
|
|
|
|
endif
|
|
|
|
|
|
|
|
# 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)
|
|
|
|
libgstkate_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
|
|
|
|
# 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
|