inter: Adding missing base requirements.

Fixes: #654806.
This commit is contained in:
Tim 'mithro' Ansell 2011-07-18 15:25:05 +10:00 committed by David Schleef
parent 41989e358c
commit 70c3fea5ac

View file

@ -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)