From eec67a5972ae88b361330cdf44b65d9d09b8afcc Mon Sep 17 00:00:00 2001 From: gb Date: Tue, 4 May 2010 15:02:29 +0000 Subject: [PATCH] Link helper libraries with libtool -no-undefined. --- gst-libs/gst/vaapi/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst-libs/gst/vaapi/Makefile.am b/gst-libs/gst/vaapi/Makefile.am index 04a4547..e5e2bdb 100644 --- a/gst-libs/gst/vaapi/Makefile.am +++ b/gst-libs/gst/vaapi/Makefile.am @@ -204,6 +204,10 @@ libgstvaapi_glx_@GST_MAJORMINOR@_la_LIBADD = \ libgstvaapi-x11-@GST_MAJORMINOR@.la \ $(NULL) +libgstvaapi_glx_@GST_MAJORMINOR@_la_LDFLAGS = \ + $(GST_ALL_LDFLAGS) \ + $(NULL) + # Extra clean files so that maintainer-clean removes *everything* MAINTAINERCLEANFILES = Makefile.in -- 2.7.4