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