summaryrefslogtreecommitdiffstats
path: root/gst/smpte/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/smpte/Makefile.am')
-rw-r--r--gst/smpte/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/gst/smpte/Makefile.am b/gst/smpte/Makefile.am
index 3ecc9152..cce8f5c4 100644
--- a/gst/smpte/Makefile.am
+++ b/gst/smpte/Makefile.am
@@ -1,9 +1,11 @@
plugin_LTLIBRARIES = libgstsmpte.la
-libgstsmpte_la_SOURCES = gstsmpte.c gstmask.c barboxwipes.c paint.c
+libgstsmpte_la_SOURCES = gstsmpte.c gstmask.c barboxwipes.c paint.c gstsmptealpha.c plugin.c
-noinst_HEADERS = gstsmpte.h gstmask.h paint.h
+noinst_HEADERS = gstsmpte.h gstmask.h paint.h gstsmptealpha.h
-libgstsmpte_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
-libgstsmpte_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(LIBM)
+libgstsmpte_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GST_CONTROLLER_CFLAGS)
+libgstsmpte_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(LIBM) \
+ -lgstvideo-$(GST_MAJORMINOR) \
+ $(GST_CONTROLLER_LIBS)
libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)