diff options
| author | Gabriel <gabriel+github@mastergk.de> | 2020-04-03 19:17:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-03 10:17:41 -0700 |
| commit | f4759a6ded9c7090df01c55a87a9fcecf860fe33 (patch) | |
| tree | 6a03c794c6ecdf810d02c4e72dbcc452edb7ebbd /ports/opus/CONTROL | |
| parent | a4028d3ace1484354dc409837946beab6542baae (diff) | |
| download | vcpkg-f4759a6ded9c7090df01c55a87a9fcecf860fe33.tar.gz vcpkg-f4759a6ded9c7090df01c55a87a9fcecf860fe33.zip | |
[opus] Make AVX an optional feature (#10634)
Diffstat (limited to 'ports/opus/CONTROL')
| -rw-r--r-- | ports/opus/CONTROL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports/opus/CONTROL b/ports/opus/CONTROL index c7b8d246f..f4ed522c3 100644 --- a/ports/opus/CONTROL +++ b/ports/opus/CONTROL @@ -1,4 +1,7 @@ Source: opus -Version: 1.3.1 +Version: 1.3.1-2 Homepage: https://github.com/xiph/opus Description: Totally open, royalty-free, highly versatile audio codec + +Feature: avx +Description: Builds the library with avx instruction set |
