aws-samples / amazon-kinesis-video-streams-producer-embedded-c

Light-wight Amazon Kinesis Video Streams Producer SDK For FreeRTOS/Embedded Linux
Apache License 2.0
29 stars 18 forks source link

Build both shared and static libraries #12

Closed weichihl closed 3 years ago

weichihl commented 3 years ago

(1) For each library, build both shared and static library. (2) For each executable, build 2 executable. One use shared library, the other use static library with "-statc" appending in the executable filename. (3) Optomize the board cmake options. (4) Move all thirdparty configurations into "CMake" directory. (5) Update llhttp library since it has release brach and can be built without download files.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.