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
27 stars 17 forks source link

media interface: disable default webrtc sample build in media interface #59

Closed codingspirit closed 2 years ago

codingspirit commented 2 years ago

Signed-off-by: zhiqinli@amazon.com zhiqinli@amazon.com

Issue #, if available: Producer embedded c and media interface is sharing the same variable BUILD_WEBRTC_SAMPLES, which might cause slower build process because media interface will build webrtc samples as well.

Description of changes: This patch will force disable webrtc samples build in media interface to speed up build process.

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