Re: [jfx15] RFR: 8250238: Media fails to load libav 58 library when using modules from maven central

2020-07-24 Thread Johan Vos
On Thu, 23 Jul 2020 22:33:04 GMT, Alexander Matveev wrote: >> When running a JavaFX application using the JavaFX modules from maven >> central, the native libraries are packed into the >> jar file, and then unpacked as needed by the JavaFX runtime. This fails for >> libavplugin-ffmpeg-58.so,

Re: [jfx15] RFR: 8250238: Media fails to load libav 58 library when using modules from maven central

2020-07-24 Thread Joeri Sykora
On Thu, 23 Jul 2020 21:40:05 GMT, Kevin Rushforth wrote: > When running a JavaFX application using the JavaFX modules from maven > central, the native libraries are packed into the > jar file, and then unpacked as needed by the JavaFX runtime. This fails for > libavplugin-ffmpeg-58.so, because

Re: [jfx15] RFR: 8250238: Media fails to load libav 58 library when using modules from maven central

2020-07-23 Thread Alexander Matveev
On Thu, 23 Jul 2020 21:40:05 GMT, Kevin Rushforth wrote: > When running a JavaFX application using the JavaFX modules from maven > central, the native libraries are packed into the > jar file, and then unpacked as needed by the JavaFX runtime. This fails for > libavplugin-ffmpeg-58.so, because

Re: [jfx15] RFR: 8250238: Media fails to load libav 58 library when using modules from maven central

2020-07-23 Thread Alexander Matveev
On Thu, 23 Jul 2020 21:44:22 GMT, Kevin Rushforth wrote: >> NOTE: This is targeted to `jfx15`. As such I would like a second reviewer. > > @sashamatveev can you review? > > @tiainen or @johanvos can one of you review as well? Looks good. - PR:

Re: [jfx15] RFR: 8250238: Media fails to load libav 58 library when using modules from maven central

2020-07-23 Thread Kevin Rushforth
On Thu, 23 Jul 2020 21:40:52 GMT, Kevin Rushforth wrote: >> When running a JavaFX application using the JavaFX modules from maven >> central, the native libraries are packed into the >> jar file, and then unpacked as needed by the JavaFX runtime. This fails for >> libavplugin-ffmpeg-58.so,

[jfx15] RFR: 8250238: Media fails to load libav 58 library when using modules from maven central

2020-07-23 Thread Kevin Rushforth
When running a JavaFX application using the JavaFX modules from maven central, the native libraries are packed into the jar file, and then unpacked as needed by the JavaFX runtime. This fails for libavplugin-ffmpeg-58.so, because the entry for the `avplugin-ffmpeg-58` library is missing from the

Re: [jfx15] RFR: 8250238: Media fails to load libav 58 library when using modules from maven central

2020-07-23 Thread Kevin Rushforth
On Thu, 23 Jul 2020 21:40:05 GMT, Kevin Rushforth wrote: > When running a JavaFX application using the JavaFX modules from maven > central, the native libraries are packed into the > jar file, and then unpacked as needed by the JavaFX runtime. This fails for > libavplugin-ffmpeg-58.so, because