cmus: enable opus support (re #23051)
Opus support was enabled since it didn't work in the past; I found it to be working when I gave it a try now.
This commit is contained in:
parent
15c05ad213
commit
4689dd2a79
@ -29,11 +29,11 @@
|
|||||||
, tremorSupport ? false, tremor ? null
|
, tremorSupport ? false, tremor ? null
|
||||||
, vorbisSupport ? true, libvorbis ? null
|
, vorbisSupport ? true, libvorbis ? null
|
||||||
, wavpackSupport ? true, wavpack ? null
|
, wavpackSupport ? true, wavpack ? null
|
||||||
|
, opusSupport ? true, opusfile ? null
|
||||||
|
|
||||||
# can't make these work, something is broken
|
# can't make these work, something is broken
|
||||||
#, aacSupport ? true, faac ? null
|
#, aacSupport ? true, faac ? null
|
||||||
#, mp4Support ? true, mp4v2 ? null
|
#, mp4Support ? true, mp4v2 ? null
|
||||||
#, opusSupport ? true, opusfile ? null
|
|
||||||
|
|
||||||
# not in nixpkgs
|
# not in nixpkgs
|
||||||
#, vtxSupport ? true, libayemu ? null
|
#, vtxSupport ? true, libayemu ? null
|
||||||
@ -82,8 +82,8 @@ let
|
|||||||
(mkFlag tremorSupport "CONFIG_TREMOR=y" tremor)
|
(mkFlag tremorSupport "CONFIG_TREMOR=y" tremor)
|
||||||
(mkFlag vorbisSupport "CONFIG_VORBIS=y" libvorbis)
|
(mkFlag vorbisSupport "CONFIG_VORBIS=y" libvorbis)
|
||||||
(mkFlag wavpackSupport "CONFIG_WAVPACK=y" wavpack)
|
(mkFlag wavpackSupport "CONFIG_WAVPACK=y" wavpack)
|
||||||
|
(mkFlag opusSupport "CONFIG_OPUS=y" opusfile)
|
||||||
|
|
||||||
#(mkFlag opusSupport "CONFIG_OPUS=y" opusfile)
|
|
||||||
#(mkFlag mp4Support "CONFIG_MP4=y" mp4v2)
|
#(mkFlag mp4Support "CONFIG_MP4=y" mp4v2)
|
||||||
#(mkFlag aacSupport "CONFIG_AAC=y" faac)
|
#(mkFlag aacSupport "CONFIG_AAC=y" faac)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user