mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 20:19:08 +08:00
875821cd80
Update to ce6dd6b which has the following benign changes compared to 1.3.3 proper * `std::`-ify a bunch of C library stuff * C-cast -> `static_cast` or `reinterpret_cast` * build system changes * `unsigned` -> `uint32_t` * removing UB in some shifts * better support for powerPC and Windows * Change out `cos(double)` for `cosf(float)` in C * Correct `%d` to `%u` in printf
10 lines
339 B
Plaintext
10 lines
339 B
Plaintext
Source: libsndfile
|
|
Version: 1.0.29-9
|
|
Description: Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo
|
|
Homepage: https://github.com/erikd/libsndfile
|
|
Default-Features: external-libs
|
|
|
|
Feature: external-libs
|
|
Description: Support Ogg Vorbis and FLAC audio files
|
|
Build-Depends: libogg, libflac, libvorbis
|