mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
Link helper libraries with libtool -no-undefined.
This commit is contained in:
parent
e1e1c253e1
commit
eec67a5972
1 changed files with 4 additions and 0 deletions
|
@ -204,6 +204,10 @@ libgstvaapi_glx_@GST_MAJORMINOR@_la_LIBADD = \
|
||||||
libgstvaapi-x11-@GST_MAJORMINOR@.la \
|
libgstvaapi-x11-@GST_MAJORMINOR@.la \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
libgstvaapi_glx_@GST_MAJORMINOR@_la_LDFLAGS = \
|
||||||
|
$(GST_ALL_LDFLAGS) \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
# Extra clean files so that maintainer-clean removes *everything*
|
# Extra clean files so that maintainer-clean removes *everything*
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue