ffmpeg-light: libavutil is part of ffmpeg.

Refs NixOS/cabal2nix#159
This commit is contained in:
Shea Levy 2015-04-11 14:24:02 -04:00
parent 56a6f22d7f
commit fe4d221a30

View File

@ -46114,7 +46114,7 @@ self: {
description = "Minimal bindings to the FFmpeg library";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) { libavcodec = null; libavformat = null; libavutil = null;
}) { libavcodec = null; libavformat = null; libavutil = pkgs.ffmpeg;
libswscale = null;};
"ffmpeg-tutorials" = callPackage