Merge pull request #180194 from wegank/a52dec-darwin

a52dec: fix build on aarch64-darwin
This commit is contained in:
Sergei Trofimovich
2022-07-05 12:32:15 +01:00
committed by GitHub
@@ -1,4 +1,4 @@
{lib, stdenv, fetchurl}:
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
pname = "a52dec";
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
configureFlags = [
"--enable-shared"
# Define inline as __attribute__ ((__always_inline__))
"ac_cv_c_inline=yes"
];
makeFlags = [