Skip to content

Commit

Permalink
8250238: Media fails to load libav 58 library when using modules from…
Browse files Browse the repository at this point in the history
… maven central

Reviewed-by: almatvee, sykora
  • Loading branch information
kevinrushforth committed Jul 24, 2020
1 parent 3cc29e3 commit 6b00892
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ protected NativeMediaManager() {
dependencies.add("avplugin-57");
dependencies.add("avplugin-ffmpeg-56");
dependencies.add("avplugin-ffmpeg-57");
dependencies.add("avplugin-ffmpeg-58");
}
if (HostUtils.isMacOSX()) {
dependencies.add("fxplugins");
Expand Down

0 comments on commit 6b00892

Please sign in to comment.