mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Really link all helper libraries with libtool -no-undefined.
This commit is contained in:
parent
eec67a5972
commit
01af005ec2
1 changed files with 8 additions and 0 deletions
|
@ -150,6 +150,10 @@ libgstvaapi_@GST_MAJORMINOR@_la_LIBADD = \
|
|||
$(LIBVA_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
libgstvaapi_@GST_MAJORMINOR@_la_LDFLAGS = \
|
||||
$(GST_ALL_LDFLAGS) \
|
||||
$(NULL)
|
||||
|
||||
libgstvaapi_x11_@GST_MAJORMINOR@_la_SOURCES = \
|
||||
$(libgstvaapi_x11_source_c) \
|
||||
$(libgstvaapi_x11_source_priv_h) \
|
||||
|
@ -177,6 +181,10 @@ libgstvaapi_x11_@GST_MAJORMINOR@_la_LIBADD = \
|
|||
libgstvaapi-@GST_MAJORMINOR@.la \
|
||||
$(NULL)
|
||||
|
||||
libgstvaapi_x11_@GST_MAJORMINOR@_la_LDFLAGS = \
|
||||
$(GST_ALL_LDFLAGS) \
|
||||
$(NULL)
|
||||
|
||||
libgstvaapi_glx_@GST_MAJORMINOR@_la_SOURCES = \
|
||||
$(libgstvaapi_glx_source_c) \
|
||||
$(libgstvaapi_glx_source_priv_h) \
|
||||
|
|
Loading…
Reference in a new issue