From 8babffc750f1d084ae8e64e0d10d5bccbf88647e Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Thu, 4 Jul 2013 02:12:30 -0300 Subject: [PATCH] camerabin: examples: add missing lib to makefile Fixes initialization of sample application --- tests/examples/camerabin2/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/examples/camerabin2/Makefile.am b/tests/examples/camerabin2/Makefile.am index 1a26a47cda..d29e6792bf 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@ \