oraclejdk*: use latest ffmpeg

(cherry picked from commit 50cb5bc35cd6d158672e0bc37cf0157790035168)
This commit is contained in:
Louis Bettens 2021-05-18 15:03:45 +02:00 committed by github-actions[bot]
parent 0f4f2317c1
commit de24120898
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
, config , config
, glib , glib
, libxml2 , libxml2
, ffmpeg_3 , ffmpeg
, libxslt , libxslt
, libGL , libGL
, freetype , freetype
@ -168,7 +168,7 @@ let result = stdenv.mkDerivation rec {
* libXt is only needed on amd64 * libXt is only needed on amd64
*/ */
libraries = libraries =
[stdenv.cc.libc glib libxml2 ffmpeg_3 libxslt libGL xorg.libXxf86vm alsaLib fontconfig freetype pango gtk2 cairo gdk-pixbuf atk] ++ [stdenv.cc.libc glib libxml2 ffmpeg libxslt libGL xorg.libXxf86vm alsaLib fontconfig freetype pango gtk2 cairo gdk-pixbuf atk] ++
lib.optionals swingSupport [xorg.libX11 xorg.libXext xorg.libXtst xorg.libXi xorg.libXp xorg.libXt xorg.libXrender stdenv.cc.cc]; lib.optionals swingSupport [xorg.libX11 xorg.libXext xorg.libXtst xorg.libXi xorg.libXp xorg.libXt xorg.libXrender stdenv.cc.cc];
rpath = lib.strings.makeLibraryPath libraries; rpath = lib.strings.makeLibraryPath libraries;