diff options
Diffstat (limited to 'gst/smpte/Makefile.am')
-rw-r--r-- | gst/smpte/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gst/smpte/Makefile.am b/gst/smpte/Makefile.am new file mode 100644 index 00000000..91a6d127 --- /dev/null +++ b/gst/smpte/Makefile.am @@ -0,0 +1,14 @@ +plugindir = $(libdir)/gst + +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 = + |