bs1770gain: disable clang error

Uuse -Wno-error to make clang happy.
This commit is contained in:
Matthew Bauer
2016-08-16 19:25:29 +00:00
parent 9e6c2adfca
commit 69a5e300a6
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = [ ffmpeg sox ];
NIX_CFLAGS_COMPILE = "-Wno-error";
meta = {
description = "A audio/video loudness scanner implementing ITU-R BS.1770";
license = stdenv.lib.licenses.gpl2Plus;