gstreamer-plugins-bad: add deps for HLS & H.265
This commit is contained in:
parent
c5467a16c4
commit
d138f9ef65
pkgs/development/libraries/gstreamer/bad
|
@ -6,6 +6,7 @@
|
||||||
, wildmidi, fluidsynth, libvdpau, wayland
|
, wildmidi, fluidsynth, libvdpau, wayland
|
||||||
, libwebp, xvidcore, gnutls, mjpegtools
|
, libwebp, xvidcore, gnutls, mjpegtools
|
||||||
, mesa, libintlOrEmpty, libgme
|
, mesa, libintlOrEmpty, libgme
|
||||||
|
, openssl, x265, libxml2
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert faacSupport -> faac != null;
|
assert faacSupport -> faac != null;
|
||||||
|
@ -45,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||||
openjpeg libopus librsvg
|
openjpeg libopus librsvg
|
||||||
fluidsynth libvdpau
|
fluidsynth libvdpau
|
||||||
libwebp xvidcore gnutls mesa
|
libwebp xvidcore gnutls mesa
|
||||||
mjpegtools libgme
|
mjpegtools libgme openssl x265 libxml2
|
||||||
]
|
]
|
||||||
++ libintlOrEmpty
|
++ libintlOrEmpty
|
||||||
++ optional faacSupport faac
|
++ optional faacSupport faac
|
||||||
|
|
Loading…
Reference in New Issue