8252060: gstreamer fails to build with gcc 10 #287
Conversation
|
@sashamatveev This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there has been 1 commit pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge
|
/integrate |
@sashamatveev The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit 7a4bd9b. |
Fixed by defining GST_API as GST_EXPORT for gcc compiler as per Kevin proposed solution. On Windows we do not need to define GST_API, since we using .def file to export symbols.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jfx pull/287/head:pull/287
$ git checkout pull/287