summaryrefslogtreecommitdiffstats
path: root/gst/smpte/Makefile.am
blob: f9d0943109d2b9b637e8d8d9f164f5fa8fc97c9b (plain)
1
2
3
4
5
6
7
8
9
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 = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
libgstsmpte_la_LIBADD = $(GST_BASE_LIBS)
libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)