mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
camerabin: examples: add missing lib to makefile
Fixes initialization of sample application
This commit is contained in:
parent
9a38127467
commit
8babffc750
1 changed files with 2 additions and 0 deletions
|
@ -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@ \
|
||||
|
|
Loading…
Reference in a new issue