diff options
| author | Gabriel <gabriel+github@mastergk.de> | 2018-08-08 12:02:42 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-08-08 03:02:42 -0700 |
| commit | 72d7c3d3a93d75e6d4bc91172806c45fedc2d451 (patch) | |
| tree | dc4239ec45b09a94e7411f44638d923b33d934ea /ports/libsndfile/CONTROL | |
| parent | 5bf05da69a0674633c43f09307b5812c7a784de9 (diff) | |
| download | vcpkg-72d7c3d3a93d75e6d4bc91172806c45fedc2d451.tar.gz vcpkg-72d7c3d3a93d75e6d4bc91172806c45fedc2d451.zip | |
libsndfile: Add feature to make additional libraries optional (#3528)
* libsndfile: Add feature to make additional libraries optional
* [libsndfile] Make external-libs a default feature
* [libsndfile] Fix typo
Diffstat (limited to 'ports/libsndfile/CONTROL')
| -rw-r--r-- | ports/libsndfile/CONTROL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/libsndfile/CONTROL b/ports/libsndfile/CONTROL index f870d97af..d448f694c 100644 --- a/ports/libsndfile/CONTROL +++ b/ports/libsndfile/CONTROL @@ -1,4 +1,8 @@ Source: libsndfile -Version: 1.0.29-6830c42-3 +Version: 1.0.29-6830c42-5 Description: Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo +Default-Features: external-libs + +Feature: external-libs +Description: Support OGG and FLAC audio files Build-Depends: libogg, libflac, libvorbis |
