summaryrefslogtreecommitdiff
path: root/gst/inter
diff options
context:
space:
mode:
authorTim 'mithro' Ansell <mithro@mithis.com>2011-07-18 15:25:05 +1000
committerDavid Schleef <ds@schleef.org>2011-08-03 13:38:37 -0700
commit70c3fea5acfe630ff67173dbe5050b76fffad296 (patch)
tree3757c8544e43dad1192be94e90dc1fda191f5b46 /gst/inter
parent41989e358c89f96fd789d7d3604aceb0e041e4a0 (diff)
inter: Adding missing base requirements.
Fixes: #654806.
Diffstat (limited to 'gst/inter')
-rw-r--r--gst/inter/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/inter/Makefile.am b/gst/inter/Makefile.am
index ce39e50fc..4a7e78aea 100644
--- a/gst/inter/Makefile.am
+++ b/gst/inter/Makefile.am
@@ -19,10 +19,12 @@ noinst_HEADERS = \
libgstinter_la_CFLAGS = \
$(GST_CFLAGS) \
- $(GST_PLUGINS_BASE_CFLAGS)
+ $(GST_PLUGINS_BASE_CFLAGS) \
+ $(GST_BASE_CFLAGS)
libgstinter_la_LIBADD = \
$(GST_LIBS) \
+ $(GST_BASE_LIBS) \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@ -lgstaudio-@GST_MAJORMINOR@ \
$(LIBM)