summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@higgsboson.tk>2017-02-23 01:31:07 +0100
committerJörg Thalheim <joerg@higgsboson.tk>2017-02-23 01:47:45 +0100
commitf25ff18c9858d78eb63c4fa56b41745aee9046f5 (patch)
tree3da79984eccd48b14672356004503c413de2a4b6 /pkgs
parentceac00d82b26a10b8572048bdd0a03216fc59ee1 (diff)
downloadnixpkgs-f25ff18c9858d78eb63c4fa56b41745aee9046f5.tar
nixpkgs-f25ff18c9858d78eb63c4fa56b41745aee9046f5.tar.gz
nixpkgs-f25ff18c9858d78eb63c4fa56b41745aee9046f5.tar.bz2
nixpkgs-f25ff18c9858d78eb63c4fa56b41745aee9046f5.tar.lz
nixpkgs-f25ff18c9858d78eb63c4fa56b41745aee9046f5.tar.xz
nixpkgs-f25ff18c9858d78eb63c4fa56b41745aee9046f5.tar.zst
nixpkgs-f25ff18c9858d78eb63c4fa56b41745aee9046f5.zip
cmus: let ffmpeg handle mp4/aac
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/cmus/default.nix5
1 files changed, 2 insertions, 3 deletions
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