encodebin: examples: Add missing base libs to makefile
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Fri, 29 Apr 2011 14:48:02 +0000 (11:48 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Sun, 15 May 2011 16:02:39 +0000 (13:02 -0300)
tests/examples/encoding/Makefile.am

index 2bcc902..820a608 100644 (file)
@@ -6,7 +6,9 @@ EXTRA_DIST = gstcapslist.h
 noinst_PROGRAMS = $(examples)
 
 LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
+       $(GST_BASE_LIBS) \
        $(GST_LIBS)
 AM_CFLAGS = -I$(top_builddir)/gst-libs \
        $(GST_PLUGINS_BASE_CFLAGS) \
+       $(GST_BASE_CFLAGS) \
        $(GST_CFLAGS)