f4b5a10c3d24b72f2023f01ebe7bdc36959a8e77
[platform/upstream/gstreamer.git] / gst / videobox / Makefile.am
1 plugin_LTLIBRARIES = libgstvideobox.la
2
3 ORC_SOURCE=gstvideoboxorc
4 include $(top_srcdir)/common/orc.mak
5
6 libgstvideobox_la_SOURCES = gstvideobox.c
7 nodist_libgstvideobox_la_SOURCES = $(ORC_NODIST_SOURCES)
8 libgstvideobox_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
9                            $(GST_BASE_CFLAGS) \
10                            $(GST_CFLAGS) \
11                            $(ORC_CFLAGS)
12 libgstvideobox_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
13                            $(GST_BASE_LIBS) \
14                            $(GST_LIBS) \
15                            $(ORC_LIBS) \
16                            -lgstvideo-@GST_API_VERSION@
17 libgstvideobox_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
18
19 noinst_HEADERS = gstvideobox.h
20 EXTRA_DIST += README