gst/parse: Also pass -DGST_EXPORTS here
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 23 May 2016 13:14:01 +0000 (18:44 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 23 May 2016 13:24:16 +0000 (14:24 +0100)
commit1c8711816ead2e4d5e7da20b216096955aa49cfd
tree9c38d0207d45569b9d423835a9f83217ec2778a2
parent161eee669450014d57e21b9908b9ebcbcb0055e8
gst/parse: Also pass -DGST_EXPORTS here

This static library gets included directly into libgstreamer-1.0.so, so it needs
the same GST_EXPORTS definition as the rest of the code that's compiled into
that otherwise it will try to find the constants it uses from gstinfo via DLL
importing (__declspec(dllimport)).

Fixes https://ci.gstreamer.net/job/cerbero-cross-mingw32/4393/
gst/parse/Makefile.am