2010-07-13 01:37:47 +00:00
|
|
|
plugin_LTLIBRARIES = libgstgaudieffects.la
|
|
|
|
|
2012-05-16 16:49:12 +00:00
|
|
|
ORC_SOURCE=gstgaudieffectsorc
|
|
|
|
include $(top_srcdir)/common/orc.mak
|
|
|
|
|
|
|
|
libgstgaudieffects_la_SOURCES = \
|
|
|
|
gstburn.c \
|
|
|
|
gstchromium.c \
|
|
|
|
gstdilate.c \
|
|
|
|
gstdodge.c \
|
|
|
|
gstexclusion.c \
|
|
|
|
gstgaussblur.c \
|
|
|
|
gstsolarize.c \
|
|
|
|
gstplugin.c
|
|
|
|
nodist_libgstgaudieffects_la_SOURCES = $(ORC_NODIST_SOURCES)
|
|
|
|
|
|
|
|
libgstgaudieffects_la_CFLAGS = \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_CFLAGS) \
|
|
|
|
$(ORC_CFLAGS)
|
|
|
|
|
|
|
|
libgstgaudieffects_la_LIBADD = \
|
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \
|
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS) \
|
|
|
|
$(LIBM) \
|
|
|
|
$(ORC_LIBS)
|
2010-07-13 01:37:47 +00:00
|
|
|
libgstgaudieffects_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
|
|
# headers we need but don't want installed
|
|
|
|
noinst_HEADERS = \
|
2012-05-16 16:49:12 +00:00
|
|
|
gstburn.h \
|
|
|
|
gstchromium.h \
|
|
|
|
gstdilate.h \
|
|
|
|
gstdodge.h \
|
|
|
|
gstexclusion.h \
|
|
|
|
gstgaussblur.h \
|
|
|
|
gstplugin.h \
|
|
|
|
gstsolarize.h
|
2011-01-02 13:29:06 +00:00
|
|
|
|
2012-06-07 14:23:09 +00:00
|
|
|
EXTRA_SCRIPTS = blur-example.py burn-example.py
|