summaryrefslogtreecommitdiffstats
path: root/gst/y4m/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gst/y4m/Makefile.am')
-rw-r--r--gst/y4m/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/y4m/Makefile.am b/gst/y4m/Makefile.am
index 3e20c172..d86792c0 100644
--- a/gst/y4m/Makefile.am
+++ b/gst/y4m/Makefile.am
@@ -2,8 +2,8 @@
plugin_LTLIBRARIES = libgsty4menc.la
libgsty4menc_la_SOURCES = gsty4mencode.c
-libgsty4menc_la_CFLAGS = $(GST_CFLAGS)
-libgsty4menc_la_LIBADD =
+libgsty4menc_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
+libgsty4menc_la_LIBADD = $(GST_LIBS)
libgsty4menc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gsty4mencode.h