diff options
Diffstat (limited to 'vcpkg/ports/bcg729/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/bcg729/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/bcg729/vcpkg.json b/vcpkg/ports/bcg729/vcpkg.json new file mode 100644 index 0000000..967d997 --- /dev/null +++ b/vcpkg/ports/bcg729/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "bcg729", + "version": "1.1.1", + "port-version": 4, + "description": "Bcg729 is an open source implementation of the ITU G.729 Annex A and B codec.", + "homepage": "https://github.com/BelledonneCommunications/bcg729", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |