Skip to content

Commit

Permalink
cmus: let ffmpeg handle mp4/aac
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Feb 23, 2017
1 parent ceac00d commit f25ff18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/applications/audio/cmus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f25ff18

Please sign in to comment.