dirac: fix build with gcc6
This commit is contained in:
parent
d3cd8b1d58
commit
8cae089f19
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ ./dirac-1.0.2.patch ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
|
||||
|
||||
postInstall = ''
|
||||
# keep only necessary binaries
|
||||
find $out/bin \( -name '*RGB*' -or -name '*YUV*' -or -name create_dirac_testfile.pl \) -delete
|
||||
|
Loading…
Reference in New Issue
Block a user