faac: disable format hardening

This commit is contained in:
Tristan Helmich 2016-03-04 14:51:07 +01:00
parent c3096a4160
commit e43a3841b0

View file

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
++ optional mp4v2Support "--with-mp4v2"
++ optional drmSupport "--enable-drm";
hardening_format = false;
buildInputs = [ ]
++ optional mp4v2Support mp4v2;