mirror of https://github.com/OpenIPC/firmware.git
Add boilerplate
parent
f3f14ab965
commit
52f30cb241
|
@ -0,0 +1,4 @@
|
||||||
|
config BR2_PACKAGE_AWS_WEBRTC
|
||||||
|
bool "aws-webrtc"
|
||||||
|
help
|
||||||
|
Amazon Kinesis Video Streams C WebRTC SDK
|
|
@ -0,0 +1,26 @@
|
||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# aws-webrtc
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
AWS_WEBRTC_VERSION = 1.7.3
|
||||||
|
AWS_WEBRTC_SITE = $(call github,awslabs,amazon-kinesis-video-streams-webrtc-sdk-c,v$(AWS_WEBRTC_VERSION))
|
||||||
|
AWS_WEBRTC_LICENSE = Apache-2.0
|
||||||
|
AWS_WEBRTC_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
|
AWS_WEBRTC_CONF_OPTS += \
|
||||||
|
-DBUILD_STATIC_LIBS=ON \
|
||||||
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DUSE_OPENSSL=OFF \
|
||||||
|
-DUSE_MBEDTLS=ON \
|
||||||
|
-DENABLE_DATA_CHANNEL=OFF \
|
||||||
|
-DBUILD_DEPENDENCIES=OFF
|
||||||
|
|
||||||
|
AWS_WEBRTC_MAKE_OPTS += VERBOSE=1
|
||||||
|
|
||||||
|
AWS_WEBRTC_DEPENDENCIES = \
|
||||||
|
libsrtp \
|
||||||
|
mbedtls-openipc
|
||||||
|
|
||||||
|
$(eval $(cmake-package))
|
Loading…
Reference in New Issue