gst-plugins-bad: enable gl plugin (close #4763)
This commit is contained in:
parent
52404a868d
commit
9b014b3642
@ -5,6 +5,7 @@
|
|||||||
, openjpeg, libopus, librsvg
|
, openjpeg, libopus, librsvg
|
||||||
, wildmidi, fluidsynth, libvdpau, wayland
|
, wildmidi, fluidsynth, libvdpau, wayland
|
||||||
, libwebp, xvidcore, gnutls
|
, libwebp, xvidcore, gnutls
|
||||||
|
, mesa
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert faacSupport -> faac != null;
|
assert faacSupport -> faac != null;
|
||||||
@ -39,6 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
libmodplug mpeg2dec mpg123
|
libmodplug mpeg2dec mpg123
|
||||||
openjpeg libopus librsvg
|
openjpeg libopus librsvg
|
||||||
wildmidi fluidsynth libvdpau wayland
|
wildmidi fluidsynth libvdpau wayland
|
||||||
libwebp xvidcore gnutls
|
libwebp xvidcore gnutls mesa
|
||||||
] ++ stdenv.lib.optional faacSupport faac;
|
] ++ stdenv.lib.optional faacSupport faac;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user