-
Notifications
You must be signed in to change notification settings - Fork 24
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 #50 from aws-samples/sdk_update
SDK update
- Loading branch information
Showing
8 changed files
with
115 additions
and
3 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,30 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Target platform** | ||
The target platform you are using. | ||
|
||
**Commit id** | ||
The commit id you are using. | ||
i.e 6f3d3eeccdcf5a36ad63d617712ff732714d40e3 | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Setup credentials by '...' | ||
2. Execute binary by '....' | ||
3. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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,31 @@ | ||
--- | ||
name: Build issue | ||
about: Describe the build issue you met | ||
title: "[BUILD ISSUE]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the build issue** | ||
A clear and concise description of what the build issue is. | ||
|
||
**Target platform** | ||
The target platform you are using. | ||
|
||
**Commit id** | ||
The commit id you are using. | ||
47c3e59d9d14df0be7e8532279646c7a63c5b6de | ||
|
||
**Build commands** | ||
The build command you are using. | ||
``` | ||
export CC=${YOUR_C_TOOLCHAIN} | ||
export CXX=${YOUR_CXX_TOOLCHAIN} | ||
cd amazon-kinesis-video-streams-media-interface | ||
mkdir build; cd build; cmake .. -DBOARD=${YOUR_BOARD_NAME} | ||
make | ||
``` | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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,21 @@ | ||
--- | ||
name: Question | ||
about: Describe the detailed questions that need answers | ||
title: "[QUESTION]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the questions** | ||
Describe the detailed questions that need answers. | ||
|
||
**Target platform** | ||
The target platform you are using. | ||
|
||
**Commit Id** | ||
The commit id you are using. | ||
i.e 6f3d3eeccdcf5a36ad63d617712ff732714d40e3 | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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
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
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