3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #146877 from Mindavi/openh264/cross

This commit is contained in:
Sandro 2021-11-24 13:18:35 +01:00 committed by GitHub
commit 944568b2ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nasm ];
makeFlags = [ "PREFIX=${placeholder "out"}" ];
makeFlags = [
"PREFIX=${placeholder "out"}"
"ARCH=${stdenv.hostPlatform.linuxArch}"
];
meta = with lib; {
description = "A codec library which supports H.264 encoding and decoding";