Merge pull request #6270 from codyopel/fdkaac
fdk-aac: disable example encoder by default
This commit is contained in:
commit
376dd19a79
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl
|
{ stdenv, fetchurl
|
||||||
, exampleSupport ? true # Example encoding program
|
, exampleSupport ? false # Example encoding program
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
Loading…
Reference in New Issue