mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
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
|
||||
, exampleSupport ? true # Example encoding program
|
||||
, exampleSupport ? false # Example encoding program
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
|
Loading…
Reference in New Issue
Block a user