RFR: 8238755: allow to create static lib for javafx.media on linux

Johan Vos jvos at openjdk.java.net
Tue Feb 11 10:58:09 UTC 2020


On Mon, 10 Feb 2020 20:47:01 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> * add support for the "resource" protocol (which is used in the GraalVM URLs pointing to statically bundled resources)
>> * avoid duplicate symbols with different gst plugins
>> * statically register gst plugins
> 
> modules/javafx.media/src/main/native/gstreamer/gstreamer-lite/gstreamer/gst/gst.c line 125:
> 
>> 124: 
>> 125: #ifdef STATIC_BUILD
>> 126: gboolean fxplugins_init (GstPlugin * plugin);
> 
> I think this should also be qualified by `GSTREAMER_LITE` to indicate that it is a JavaFX-specific modification.

done.

-------------

PR: https://git.openjdk.java.net/jfx/pull/109


More information about the openjfx-dev mailing list