summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-07-04 02:12:30 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-07-04 02:12:30 -0300
commit8babffc750f1d084ae8e64e0d10d5bccbf88647e (patch)
tree43580ce4eb00e5f22cdf54746f1e87a46a3978af /tests
parent9a38127467b5cf0a8920c704d414acdadecd288e (diff)
downloadgstreamer-plugins-bad-8babffc750f1d084ae8e64e0d10d5bccbf88647e.tar.gz
camerabin: examples: add missing lib to makefile
Fixes initialization of sample application
Diffstat (limited to 'tests')
-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 1a26a47cd..d29e6792b 100644
--- a/tests/examples/camerabin2/Makefile.am
+++ b/tests/examples/camerabin2/Makefile.am
@@ -15,6 +15,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@ \