Skip to content

Commit

Permalink
Fix feature selection
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Nov 15, 2023
1 parent 73f859c commit fb5d37f
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,33 @@
"libdjinterop",
"libebur128",
"libflac",
{
"name": "libid3tag",
"platform": "!osx"
},
"libkeyfinder",
{
"name": "libmad",
"platform": "!osx"
}
"libmodplug",
"libogg",
"libopusenc",
"libsndfile[core]",
{
"name": "libsndfile",
"features": ["core"]
},
"libusb",
"libvorbis",
"libvorbis",
"lilv",
"mp3lame",
"ms-gsl",
"opus",
"opusfile",
"portaudio[asio]",
{
"name": "portaudio",
"features": ["asio"]
},
"portmidi",
"protobuf",
"pthreads",
Expand All @@ -43,15 +57,7 @@
"qtkeychain-qt6",
"rubberband",
"soundtouch",
"taglib",
"wavpack",
{
"name": "libid3tag",
"platform": "!osx"
},
{
"name": "libmad",
"platform": "!osx"
}
]
}
"taglib",
"wavpack"
]
}

0 comments on commit fb5d37f

Please sign in to comment.