3
0
Fork 0
forked from mirrors/nixpkgs

mp4v2: fix build on gcc10

This commit is contained in:
Lucas Ransan 2020-12-27 12:55:17 +01:00 committed by Frederik Rietdijk
parent 68a4db3446
commit 22daf1c8ff

View file

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
})
];
NIX_CFLAGS_COMPILE = [ "-Wno-error=narrowing" ];
# `faac' expects `mp4.h'.
postInstall = "ln -s mp4v2/mp4v2.h $out/include/mp4.h";