mirror of
https://github.com/royshil/obs-localvocal.git
synced 2026-01-09 12:28:05 -05:00
- Add vcpkg.json file with "openssl" dependency - Include vcpkg.json and vcpkg-configuration.json in .gitignore - Create vcpkg-configuration.json with default and additional registries - Update vcpkg-configuration.json with Amazon IVS settings - Add Amazon IVS settings variables to transcription-filter-data.h - Add timed-metadata-utils.h and timed-metadata-utils.cpp for timed metadata handling - Add FindOpenSSL.cmake for finding and linking OpenSSL libraries - Update CMakeLists.txt to include FindOpenSSL.cmake and timed-metadata-utils.cpp - Update CMakePresets.json to include CMAKE_TOOLCHAIN_FILE for VCPKG - Update transcription-filter-callbacks.cpp to send timed metadata to server
6 lines
42 B
JSON
6 lines
42 B
JSON
{
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|