mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
cmus: enable aac support
This commit is contained in:
parent
4689dd2a79
commit
744ce7e8e2
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
, opusSupport ? true, opusfile ? null
|
||||
|
||||
# can't make these work, something is broken
|
||||
#, aacSupport ? true, faac ? null
|
||||
#, mp4Support ? true, mp4v2 ? null
|
||||
, aacSupport ? true, faad2 ? null
|
||||
|
||||
# not in nixpkgs
|
||||
#, vtxSupport ? true, libayemu ? null
|
||||
|
@ -85,7 +85,7 @@ let
|
|||
(mkFlag opusSupport "CONFIG_OPUS=y" opusfile)
|
||||
|
||||
#(mkFlag mp4Support "CONFIG_MP4=y" mp4v2)
|
||||
#(mkFlag aacSupport "CONFIG_AAC=y" faac)
|
||||
(mkFlag aacSupport "CONFIG_AAC=y" faad2)
|
||||
|
||||
#(mkFlag vtxSupport "CONFIG_VTX=y" libayemu)
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue