mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
build: Also need to define GST_EXPORTS for Autotools
The change to use GST_EXPORT for symbols under Windows requires GST_EXPORTS for internal use, and that is also needed under Autotools. The same thing is done for gstreamer-1.0.dll in -core.
This commit is contained in:
parent
d57808385c
commit
a3968fa896
2 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,7 @@ configexecincludedir = $(libdir)/gstreamer-@GST_API_VERSION@/include/gst/gl
|
|||
nodist_configexecinclude_HEADERS = $(built_sys_header_configure)
|
||||
|
||||
libgstgl_@GST_API_VERSION@_la_CFLAGS = \
|
||||
-DGST_EXPORTS \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
|
|
|
@ -16,6 +16,7 @@ noinst_HEADERS += gstglcontext_wgl.h
|
|||
endif
|
||||
|
||||
libgstgl_win32_la_CFLAGS = \
|
||||
-DGST_EXPORTS \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_builddir)/gst-libs \
|
||||
$(GL_CFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue