Merge pull request #146877 from Mindavi/openh264/cross
This commit is contained in:
commit
944568b2ea
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ nasm ];
|
nativeBuildInputs = [ nasm ];
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
makeFlags = [
|
||||||
|
"PREFIX=${placeholder "out"}"
|
||||||
|
"ARCH=${stdenv.hostPlatform.linuxArch}"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A codec library which supports H.264 encoding and decoding";
|
description = "A codec library which supports H.264 encoding and decoding";
|
||||||
|
|
Loading…
Reference in a new issue