mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Fix build for camerabin.
This commit is contained in:
parent
f4ebf3e2aa
commit
fe54254bd9
1 changed files with 6 additions and 4 deletions
|
@ -27,11 +27,13 @@ nodist_libgstcamerabin_la_SOURCES = $(built_sources)
|
|||
|
||||
# libcamerabin_la_HEADERS = gstcamerabin.h
|
||||
|
||||
libgstcamerabin_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
||||
libgstcamerabin_la_CFLAGS = \
|
||||
$(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
|
||||
libgstcamerabin_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
|
||||
-lgstinterfaces-$(GST_MAJORMINOR) \
|
||||
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-$(GST_MAJORMINOR).la
|
||||
libgstcamerabin_la_LIBADD = \
|
||||
$(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstinterfaces-$(GST_MAJORMINOR) \
|
||||
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-$(GST_MAJORMINOR).la
|
||||
|
||||
libgstcamerabin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstcamerabin__la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
|
Loading…
Reference in a new issue