mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
gstreamer-plugins-bad: add deps for HLS & H.265
This commit is contained in:
parent
c5467a16c4
commit
d138f9ef65
@ -6,6 +6,7 @@
|
||||
, wildmidi, fluidsynth, libvdpau, wayland
|
||||
, libwebp, xvidcore, gnutls, mjpegtools
|
||||
, mesa, libintlOrEmpty, libgme
|
||||
, openssl, x265, libxml2
|
||||
}:
|
||||
|
||||
assert faacSupport -> faac != null;
|
||||
@ -45,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||
openjpeg libopus librsvg
|
||||
fluidsynth libvdpau
|
||||
libwebp xvidcore gnutls mesa
|
||||
mjpegtools libgme
|
||||
mjpegtools libgme openssl x265 libxml2
|
||||
]
|
||||
++ libintlOrEmpty
|
||||
++ optional faacSupport faac
|
||||
|
Loading…
Reference in New Issue
Block a user