summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-07-04 02:12:30 -0300
committerTim-Philipp Müller <tim@centricular.net>2013-07-06 00:45:27 +0100
commit7ad81885c4e20c9af5e3a51e569f69b096e1ef43 (patch)
treeae55b6fb78a65e846b1890aab56568019673255a
parent166ffd5f0b4952a18c807ebfcaa2f069534a5bc9 (diff)
downloadgstreamer-plugins-bad-7ad81885c4e20c9af5e3a51e569f69b096e1ef43.tar.gz
camerabin: examples: add missing lib to makefile
Fixes initialization of sample application
-rw-r--r--tests/examples/camerabin2/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/examples/camerabin2/Makefile.am b/tests/examples/camerabin2/Makefile.am
index 74be998a8..b7f7b759e 100644
--- a/tests/examples/camerabin2/Makefile.am
+++ b/tests/examples/camerabin2/Makefile.am
@@ -13,6 +13,8 @@ gst_camera2_CFLAGS = \
-DGST_USE_UNSTABLE_API
gst_camera2_LDADD = \
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_API_VERSION@.la \
+ $(top_builddir)/gst-libs/gst/basecamerabinsrc/libgstbasecamerabinsrc-@GST_API_VERSION@.la \
+ $(GST_PLUGINS_BAD_LIBS) \
$(GST_PLUGINS_BASE_LIBS) \
-lgstpbutils-@GST_API_VERSION@ \
-lgstvideo-@GST_API_VERSION@ \