mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
examples: link against video library
This commit is contained in:
parent
ef31b20afe
commit
271176efb2
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ gst_camera2_LDADD = \
|
||||||
$(GST_PLUGINS_BASE_LIBS) \
|
$(GST_PLUGINS_BASE_LIBS) \
|
||||||
-lgstinterfaces-@GST_MAJORMINOR@ \
|
-lgstinterfaces-@GST_MAJORMINOR@ \
|
||||||
-lgstpbutils-@GST_MAJORMINOR@ \
|
-lgstpbutils-@GST_MAJORMINOR@ \
|
||||||
|
-lgstvideo-@GST_MAJORMINOR@ \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(GTK_LIBS) \
|
$(GTK_LIBS) \
|
||||||
$(GMODULE_EXPORT_LIBS)
|
$(GMODULE_EXPORT_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue