0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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;