You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
CONFIG_SUPPORT_IXWEBSOCKET=true
mkdir -p ${LIBSDIR} cd ${LIBSDIR}
PUBLIC_LINK_LIBS="${PUBLIC_LINK_LIBS};asound" PUBLIC_LINK_LIBS="${PUBLIC_LINK_LIBS};avcodec;avdevice;avfilter;avformat;avutil;swresample;swscale"
if [ "$CONFIG_SUPPORT_IXWEBSOCKET" = true ]; then wget -c "http://iflytop.local:8021/zlibrelease/libixwebsocket/libixwebsocket_v11.4.3_amd64_static_ubuntu18.04_0.tar.gz" tar -xvf libixwebsocket_v11.4.3_amd64_static_ubuntu18.04_0.tar.gz >/dev/null rm -rf ${LIBSDIR}/libixwebsocket mv libixwebsocket_v11.4.3_amd64_static_ubuntu18.04_0 ${LIBSDIR}/libixwebsocket PUBLIC_LINK_DIRECTORIES="${PUBLIC_LINK_DIRECTORIES};${LIBSDIR}/libixwebsocket/lib" PUBLIC_INCLUDE_DIRECTORIES="${PUBLIC_INCLUDE_DIRECTORIES};${LIBSDIR}/libixwebsocket/include" PUBLIC_LINK_LIBS="${PUBLIC_LINK_LIBS};ixwebsocket" fi
|