summaryrefslogtreecommitdiffstats
path: root/gst/smpte/Makefile.am
blob: 3aef3a850dd8cc9ea72a96fb0a0bac0507e3f2ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@

plugin_LTLIBRARIES = libgstsmpte.la

libgstsmpte_la_SOURCES = gstsmpte.c gstmask.c barboxwipes.c paint.c

noinst_HEADERS = gstsmpte.h gstmask.h paint.h

libgstsmpte_la_CFLAGS = -O2 -ffast-math $(GST_CFLAGS)
libgstsmpte_la_LIBADD =
libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

EXTRA_DIST =