forked from mirrors/nixpkgs
bs1770gain: disable clang error
Uuse -Wno-error to make clang happy.
This commit is contained in:
parent
9e6c2adfca
commit
69a5e300a6
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ ffmpeg sox ];
|
buildInputs = [ ffmpeg sox ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A audio/video loudness scanner implementing ITU-R BS.1770";
|
description = "A audio/video loudness scanner implementing ITU-R BS.1770";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
|
Loading…
Reference in a new issue