summaryrefslogtreecommitdiff
path: root/gst/bayer/Makefile.am
blob: 481425157707029876df0db1cd2f1dd4012cf9bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
plugin_LTLIBRARIES = libgstbayer.la

ORC_SOURCE=gstbayerorc
include $(top_srcdir)/common/orc.mak

# orc-generated code creates warnings
ERROR_CFLAGS=

libgstbayer_la_SOURCES = \
	gstbayer.c \
	gstbayer2rgb.c \
	gstrgb2bayer.c \
	gstrgb2bayer.h
libgstbayer_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
    $(ORC_CFLAGS) \
    $(GST_CFLAGS)
libgstbayer_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
    $(ORC_LIBS) \
    $(GST_BASE_LIBS)
libgstbayer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstbayer_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
nodist_libgstbayer_la_SOURCES = $(ORC_NODIST_SOURCES)