Merge pull request #111330 from dotlambda/libav-insecure

libav: mark as insecure
This commit is contained in:
Robert Schütz
2021-02-08 12:18:05 +01:00
committed by GitHub
20 changed files with 63 additions and 96 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, gettext
, glibmm, libxmlxx, pango, librsvg
, SDL2, glew, boost, libav, portaudio, epoxy
, SDL2, glew, boost, ffmpeg, portaudio, epoxy
}:
stdenv.mkDerivation rec {
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
buildInputs = [
glibmm libxmlxx pango librsvg
SDL2 glew boost libav portaudio epoxy
SDL2 glew boost ffmpeg portaudio epoxy
];
}
+1 -1
View File
@@ -171,7 +171,7 @@ in buildFHSUserEnv rec {
SDL2
libusb1
dbus-glib
libav
ffmpeg
atk
# Only libraries are needed from those two
libudev0-shim