v4l2videoenc: fix wrong type cast
[platform/upstream/gstreamer.git] / gst / videomixer / Makefile.am
1 plugin_LTLIBRARIES = libgstvideomixer.la
2
3 ORC_SOURCE=videomixerorc
4
5 include $(top_srcdir)/common/orc.mak
6
7 libgstvideomixer_la_SOURCES = \
8         blend.c \
9         videomixer2.c
10
11 nodist_libgstvideomixer_la_SOURCES = $(ORC_NODIST_SOURCES)
12 libgstvideomixer_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
13         $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ORC_CFLAGS)
14 libgstvideomixer_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
15         -lgstvideo-@GST_API_VERSION@ \
16         $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) $(LIBM)
17 libgstvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
18
19 # headers we need but don't want installed
20 noinst_HEADERS = \
21         blend.h \
22         videomixer2.h \
23         videomixer2pad.h