Remove GstVideoAggregator, moved into libgstvideo in -base
[platform/upstream/gstreamer.git] / gst / compositor / Makefile.am
1 plugin_LTLIBRARIES = libgstcompositor.la
2
3 ORC_SOURCE=compositororc
4
5 include $(top_srcdir)/common/orc.mak
6
7 libgstcompositor_la_SOURCES = \
8         blend.c \
9         compositor.c
10
11
12 nodist_libgstcompositor_la_SOURCES = $(ORC_NODIST_SOURCES)
13 libgstcompositor_la_CFLAGS =  \
14         -I$(top_srcdir)/gst-libs \
15         -I$(top_builddir)/gst-libs \
16         $(GST_PLUGINS_BASE_CFLAGS) \
17         $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ORC_CFLAGS)
18 libgstcompositor_la_LIBADD =  \
19         $(GST_PLUGINS_BASE_LIBS) \
20         -lgstvideo-@GST_API_VERSION@ \
21         $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) $(LIBM)
22 libgstcompositor_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
23
24 # headers we need but don't want installed
25 noinst_HEADERS = \
26         blend.h \
27         compositor.h