3
0
Fork 0
forked from mirrors/nixpkgs

bs1770gain: disable clang error

Uuse -Wno-error to make clang happy.
This commit is contained in:
Matthew Bauer 2016-08-11 17:37:13 -05:00
parent 9e6c2adfca
commit 69a5e300a6

View file

@ -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;