dbry / WavPack

WavPack encode/decode library, command-line programs, and several plugins
BSD 3-Clause "New" or "Revised" License
346 stars 65 forks source link

remove optional openssl libcrypt dependency. #168

Closed sezero closed 8 months ago

sezero commented 8 months ago

It isn't a part of libwavpack, only used if you specify -m or -v on the program command-line, makes only a negligible difference in performance. It causes trouble for Apple too because the API is different. Therefore, it's not worth the complexity.