5 exampleSupport ? false, # Example encoding program
8 stdenv.mkDerivation rec {
13 url = "mirror://sourceforge/opencore-amr/fdk-aac/${pname}-${version}.tar.gz";
14 sha256 = "sha256-gptrie7zgkCc2mhX/YKvhPq7Y0F7CO3p6npVP4Ect54=";
22 enableParallelBuilding = true;
24 configureFlags = lib.optional exampleSupport "--enable-example";
27 description = "High-quality implementation of the AAC codec from Android";
28 homepage = "https://sourceforge.net/projects/opencore-amr/";
29 license = licenses.fraunhofer-fdk;
30 maintainers = with maintainers; [ codyopel ];
31 platforms = platforms.all;