Merge pull request #6270 from codyopel/fdkaac

fdk-aac: disable example encoder by default
This commit is contained in:
William A. Kennington III 2015-02-09 17:09:34 -08:00
commit 376dd19a79

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl
, exampleSupport ? true # Example encoding program
, exampleSupport ? false # Example encoding program
}:
with stdenv.lib;