From 70c3fea5acfe630ff67173dbe5050b76fffad296 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Mon, 18 Jul 2011 15:25:05 +1000 Subject: [PATCH] inter: Adding missing base requirements. Fixes: #654806. --- gst/inter/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gst/inter/Makefile.am b/gst/inter/Makefile.am index ce39e50fc8..4a7e78aeae 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)