diff options
author | Thiago Santos <thiago.sousa.santos@collabora.co.uk> | 2011-05-12 11:39:51 -0300 |
---|---|---|
committer | Thiago Santos <thiago.sousa.santos@collabora.co.uk> | 2011-05-16 18:08:40 -0300 |
commit | 7ee207b3595dca5541bc4e60b113e49f2a44b62c (patch) | |
tree | 58802fef089cd7749a5859f10972c9264923843c /tests | |
parent | 0b02e595f3c289877528c9335e5c8e5c9b47782e (diff) | |
download | gstreamer-plugins-bad-7ee207b3595dca5541bc4e60b113e49f2a44b62c.tar.gz |
camerabin2: examples: build fixes
Add some missing dependencies
Diffstat (limited to 'tests')
-rw-r--r-- | tests/examples/camerabin2/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/examples/camerabin2/Makefile.am b/tests/examples/camerabin2/Makefile.am index b5a0064b5..6b38bd278 100644 --- a/tests/examples/camerabin2/Makefile.am +++ b/tests/examples/camerabin2/Makefile.am @@ -38,6 +38,8 @@ gst_camerabin2_test_LDADD = \ $(GST_PLUGINS_BASE_LIBS) \ -lgstinterfaces-@GST_MAJORMINOR@ \ -lgstpbutils-@GST_MAJORMINOR@ \ + -lgstvideo-@GST_MAJORMINOR@ \ + $(GST_BASE_LIBS) \ $(GST_LIBS) \ $(X11_LIBS) |