mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
cmus: let ffmpeg handle mp4/aac
This commit is contained in:
parent
ceac00d82b
commit
f25ff18c98
1 changed files with 2 additions and 3 deletions
|
@ -31,9 +31,8 @@
|
||||||
, wavpackSupport ? true, wavpack ? null
|
, wavpackSupport ? true, wavpack ? null
|
||||||
, opusSupport ? true, opusfile ? null
|
, opusSupport ? true, opusfile ? null
|
||||||
|
|
||||||
# can't make these work, something is broken
|
, aacSupport ? false, faad2 ? null # already handled by ffmpeg
|
||||||
, aacSupport ? true, faad2 ? null
|
, mp4Support ? false, mp4v2 ? null # ffmpeg does support mp4 better
|
||||||
, mp4Support ? true, mp4v2 ? null
|
|
||||||
|
|
||||||
# not in nixpkgs
|
# not in nixpkgs
|
||||||
#, vtxSupport ? true, libayemu ? null
|
#, vtxSupport ? true, libayemu ? null
|
||||||
|
|
Loading…
Reference in a new issue