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
31 lines
431 B
Plaintext
31 lines
431 B
Plaintext
# Exclude everything
|
|
/*
|
|
|
|
# Except for default project files
|
|
!/.github
|
|
!/build-aux
|
|
!/cmake
|
|
!/data
|
|
!/src
|
|
!.clang-format
|
|
!.cmake-format.json
|
|
!.gitignore
|
|
!buildspec.json
|
|
!CMakeLists.txt
|
|
!CMakePresets.json
|
|
!LICENSE
|
|
!README.md
|
|
!/vendor
|
|
!patch_libobs.diff
|
|
!vcpkg.json
|
|
!vcpkg-configuration.json
|
|
|
|
# Exclude lock files
|
|
*.lock.json
|
|
|
|
# Exclude macOS legacy resource forks
|
|
.DS_Store
|
|
|
|
# Exclude CMake build number cache
|
|
/cmake/.CMakeBuildNumber
|