From f25ff18c9858d78eb63c4fa56b41745aee9046f5 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Thu, 23 Feb 2017 01:31:07 +0100 Subject: cmus: let ffmpeg handle mp4/aac --- pkgs/applications/audio/cmus/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/audio/cmus/default.nix b/pkgs/applications/audio/cmus/default.nix index 2f3c2a28b30..c9346248438 100644 --- a/pkgs/applications/audio/cmus/default.nix +++ b/pkgs/applications/audio/cmus/default.nix @@ -31,9 +31,8 @@ , wavpackSupport ? true, wavpack ? null , opusSupport ? true, opusfile ? null -# can't make these work, something is broken -, aacSupport ? true, faad2 ? null -, mp4Support ? true, mp4v2 ? null +, aacSupport ? false, faad2 ? null # already handled by ffmpeg +, mp4Support ? false, mp4v2 ? null # ffmpeg does support mp4 better # not in nixpkgs #, vtxSupport ? true, libayemu ? null -- cgit 1.4.1