From a64dd649f58e75ce1d217e2d07d2168c5111f97e Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Mon, 17 Mar 2014 15:16:13 +0100 Subject: [PATCH] gl: add GModule libs for win32 --- gst-libs/gst/gl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index 4902b0b73a..cb41fe0c58 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -48,6 +48,7 @@ libgstgl_@GST_API_VERSION@include_HEADERS = \ gl.h libgstgl_@GST_API_VERSION@_la_LIBADD = \ + $(GMODULE_NO_EXPORT_LIBS) \ $(GST_PLUGINS_BASE_LIBS) \ -lgstvideo-$(GST_API_VERSION) \ $(GST_BASE_LIBS) \