diff options
author | Tim 'mithro' Ansell <mithro@mithis.com> | 2011-07-18 15:25:05 +1000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2011-08-03 13:38:37 -0700 |
commit | 70c3fea5acfe630ff67173dbe5050b76fffad296 (patch) | |
tree | 3757c8544e43dad1192be94e90dc1fda191f5b46 /gst/inter | |
parent | 41989e358c89f96fd789d7d3604aceb0e041e4a0 (diff) |
inter: Adding missing base requirements.
Fixes: #654806.
Diffstat (limited to 'gst/inter')
-rw-r--r-- | gst/inter/Makefile.am | 4 |
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) |