8 ffmpeg-base ? callPackage ./base.nix { },
19 minimalOCamlVersion = "4.08";
21 inherit (ffmpeg-base) version src;
23 nativeBuildInputs = [ pkg-config ];
26 ++ lib.optionals stdenv.hostPlatform.isDarwin [
30 propagatedBuildInputs = [
38 meta = ffmpeg-base.meta // {
39 description = "Bindings for the ffmpeg libraries -- top-level helpers";