faac: disable format hardening
This commit is contained in:
parent
c3096a4160
commit
e43a3841b0
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
|||||||
++ optional mp4v2Support "--with-mp4v2"
|
++ optional mp4v2Support "--with-mp4v2"
|
||||||
++ optional drmSupport "--enable-drm";
|
++ optional drmSupport "--enable-drm";
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
buildInputs = [ ]
|
buildInputs = [ ]
|
||||||
++ optional mp4v2Support mp4v2;
|
++ optional mp4v2Support mp4v2;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user