Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Update ProducerC and PiC for Windows
- Loading branch information
Showing
17 changed files
with
302 additions
and
268 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,6 @@ | ||
| call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat" | ||
| mkdir build | ||
| cd build | ||
| cmd.exe /c cmake -G "NMake Makefiles" .. | ||
| cmake -G "NMake Makefiles" -DBUILD_TEST=TRUE .. | ||
| nmake |
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
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,14 @@ | ||
| cmake_minimum_required(VERSION 2.8) | ||
|
|
||
| project(libkvsCommonLws-download NONE) | ||
|
|
||
| include(ExternalProject) | ||
|
|
||
| ExternalProject_Add(libkvsCommonLws-download | ||
| GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-producer-c.git | ||
| GIT_TAG 3ab764e77ea962b262f540325f2128b3d760e946 | ||
| PREFIX ${CMAKE_CURRENT_BINARY_DIR}/build | ||
| CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${OPEN_SRC_INSTALL_PREFIX} -DBUILD_COMMON_LWS=ON -DBUILD_COMMON_CURL=OFF -DBUILD_DEPENDENCIES=FALSE -DOPEN_SRC_INSTALL_PREFIX=${OPEN_SRC_INSTALL_PREFIX} | ||
| BUILD_ALWAYS TRUE | ||
| TEST_COMMAND "" | ||
| ) |
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,15 @@ | ||
| cmake_minimum_required(VERSION 2.8) | ||
|
|
||
| project(libkvspic-download NONE) | ||
|
|
||
| include(ExternalProject) | ||
|
|
||
| ExternalProject_Add(libkvspic-download | ||
| GIT_REPOSITORY https://github.com/awslabs/amazon-kinesis-video-streams-pic.git | ||
| GIT_TAG bf7d7c6108d9d18ab9878318a235f5501bdbe0dc | ||
| PREFIX ${CMAKE_CURRENT_BINARY_DIR}/build | ||
| CMAKE_ARGS | ||
| -DCMAKE_INSTALL_PREFIX=${OPEN_SRC_INSTALL_PREFIX} | ||
| BUILD_ALWAYS TRUE | ||
| TEST_COMMAND "" | ||
| ) |
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
Submodule amazon-kinesis-video-streams-pic
deleted from
bdcdfd
Submodule amazon-kinesis-video-streams-producer-c
deleted from
4f6fb5
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
Oops, something went wrong.