fdk-aac: disable example encoder by default

This commit is contained in:
codyopel 2015-02-09 15:18:20 -05:00
parent 88d508ae40
commit 9e60224efb

View File

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