videomixer: liboil to orc conversion
[platform/upstream/gstreamer.git] / gst / videomixer / Makefile.am
1 plugin_LTLIBRARIES = libgstvideomixer.la
2
3 libgstvideomixer_la_SOURCES = videomixer.c blend.c
4 libgstvideomixer_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
5         $(GST_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS) $(ORC_CFLAGS)
6 libgstvideomixer_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@ \
7         $(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS) $(GST_LIBS) $(ORC_LIBS)
8 libgstvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9 libgstvideomixer_la_LIBTOOLFLAGS = --tag=disable-static
10
11 # headers we need but don't want installed
12 noinst_HEADERS = videomixer.h videomixerpad.h blend.h blend_mmx.h