mp4v2: fix build on gcc10
This commit is contained in:
parent
68a4db3446
commit
22daf1c8ff
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=narrowing" ];
|
||||||
|
|
||||||
# `faac' expects `mp4.h'.
|
# `faac' expects `mp4.h'.
|
||||||
postInstall = "ln -s mp4v2/mp4v2.h $out/include/mp4.h";
|
postInstall = "ln -s mp4v2/mp4v2.h $out/include/mp4.h";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user