mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
gst-plugins-bad: enable gl plugin (close #4763)
This commit is contained in:
parent
52404a868d
commit
9b014b3642
@ -5,6 +5,7 @@
|
||||
, openjpeg, libopus, librsvg
|
||||
, wildmidi, fluidsynth, libvdpau, wayland
|
||||
, libwebp, xvidcore, gnutls
|
||||
, mesa
|
||||
}:
|
||||
|
||||
assert faacSupport -> faac != null;
|
||||
@ -36,9 +37,9 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
gst-plugins-base orc
|
||||
faad2 libass libkate libmms
|
||||
libmodplug mpeg2dec mpg123
|
||||
libmodplug mpeg2dec mpg123
|
||||
openjpeg libopus librsvg
|
||||
wildmidi fluidsynth libvdpau wayland
|
||||
libwebp xvidcore gnutls
|
||||
libwebp xvidcore gnutls mesa
|
||||
] ++ stdenv.lib.optional faacSupport faac;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user