-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from shiguredo/feature/h264
ハードウェアエンコーダを使った H264 に対応した
- Loading branch information
Showing
28 changed files
with
9,263 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"name": "Win32", | ||
"includePath": [ | ||
"${workspaceFolder}/src", | ||
"${workspaceFolder}/_install/boost/include", | ||
"${workspaceFolder}/_install/json/include", | ||
"${workspaceFolder}/NvCodec/include", | ||
"${workspaceFolder}/NvCodec/NvCodec", | ||
"${workspaceFolder}/_install/webrtc/include", | ||
"${workspaceFolder}/_install/webrtc/include/third_party/abseil-cpp", | ||
"${workspaceFolder}/_install/webrtc/include/third_party/boringssl/src/include", | ||
"${workspaceFolder}/_install/webrtc/include/third_party/libyuv/include" | ||
], | ||
"defines": [ | ||
"_DEBUG", | ||
"UNICODE", | ||
"_UNICODE", | ||
"_CONSOLE", | ||
"_WIN32_WINNT=0x0A00", | ||
"WEBRTC_WIN", | ||
"NOMINMAX", | ||
"WIN32_LEAN_AND_MEAN" | ||
], | ||
"windowsSdkVersion": "10.0.18362.0", | ||
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/bin/Hostx64/x64/cl.exe", | ||
"cStandard": "c11", | ||
"cppStandard": "c++17", | ||
"intelliSenseMode": "msvc-x64" | ||
} | ||
], | ||
"version": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.