From 744ce7e8e2d85c301137c10ba6c6c73c88c3d3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 23 Feb 2017 01:06:57 +0100 Subject: [PATCH] cmus: enable aac support --- pkgs/applications/audio/cmus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/cmus/default.nix b/pkgs/applications/audio/cmus/default.nix index 39774a76334..398bb7d8488 100644 --- a/pkgs/applications/audio/cmus/default.nix +++ b/pkgs/applications/audio/cmus/default.nix @@ -32,8 +32,8 @@ , opusSupport ? true, opusfile ? null # can't make these work, something is broken -#, aacSupport ? true, faac ? null #, mp4Support ? true, mp4v2 ? null +, aacSupport ? true, faad2 ? null # not in nixpkgs #, vtxSupport ? true, libayemu ? null @@ -85,7 +85,7 @@ let (mkFlag opusSupport "CONFIG_OPUS=y" opusfile) #(mkFlag mp4Support "CONFIG_MP4=y" mp4v2) - #(mkFlag aacSupport "CONFIG_AAC=y" faac) + (mkFlag aacSupport "CONFIG_AAC=y" faad2) #(mkFlag vtxSupport "CONFIG_VTX=y" libayemu) ];