4 , exampleSupport ? false # Example encoding program
7 stdenv.mkDerivation rec {
12 url = "mirror://sourceforge/opencore-amr/fdk-aac/${pname}-${version}.tar.gz";
13 sha256 = "sha256-gptrie7zgkCc2mhX/YKvhPq7Y0F7CO3p6npVP4Ect54=";
16 outputs = [ "out" "dev" ];
18 enableParallelBuilding = true;
20 configureFlags = lib.optional exampleSupport "--enable-example";
23 description = "High-quality implementation of the AAC codec from Android";
24 homepage = "https://sourceforge.net/projects/opencore-amr/";
25 license = licenses.fraunhofer-fdk;
26 maintainers = with maintainers; [ codyopel ];
27 platforms = platforms.all;