3
0
Fork 0
forked from mirrors/nixpkgs

cmus: let ffmpeg handle mp4/aac

This commit is contained in:
Jörg Thalheim 2017-02-23 01:31:07 +01:00
parent ceac00d82b
commit f25ff18c98
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -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