diff options
Diffstat (limited to 'ports/opus')
| -rw-r--r-- | ports/opus/CONTROL | 8 | ||||
| -rw-r--r-- | ports/opus/vcpkg.json | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/ports/opus/CONTROL b/ports/opus/CONTROL deleted file mode 100644 index 924e0dd83..000000000 --- a/ports/opus/CONTROL +++ /dev/null @@ -1,8 +0,0 @@ -Source: opus -Version: 1.3.1 -Port-Version: 5 -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 diff --git a/ports/opus/vcpkg.json b/ports/opus/vcpkg.json new file mode 100644 index 000000000..f1ea43d69 --- /dev/null +++ b/ports/opus/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "opus", + "version-string": "1.3.1", + "port-version": 6, + "description": "Totally open, royalty-free, highly versatile audio codec", + "homepage": "https://github.com/xiph/opus", + "features": { + "avx": { + "description": "Builds the library with avx instruction set" + } + } +} |
