diff --git a/.project/host.envsetup.sh b/.project/host.envsetup.sh index 58af58c..642d98c 100755 --- a/.project/host.envsetup.sh +++ b/.project/host.envsetup.sh @@ -7,7 +7,7 @@ IFLYBUILD_HOST_PUBLIC_LINK_LIBS="${IFLYBUILD_HOST_PUBLIC_LINK_LIBS};asound" IFLYBUILD_HOST_PUBLIC_LINK_LIBS="${IFLYBUILD_HOST_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" + wget -c "http://192.168.1.2: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 ${IFLYBUILD_HOST_LIBS_DIR}/libixwebsocket mv libixwebsocket_v11.4.3_amd64_static_ubuntu18.04_0 ${IFLYBUILD_HOST_LIBS_DIR}/libixwebsocket diff --git a/.project/target.envsetup.sh b/.project/target.envsetup.sh index 6a9eab0..5ff09ee 100755 --- a/.project/target.envsetup.sh +++ b/.project/target.envsetup.sh @@ -67,11 +67,11 @@ fi # CONFIG_SUPPORT_IFLYTOP_VOICE_PROCESS if [ "$CONFIG_SUPPORT_IFLYTOP_VOICE_PROCESS" = true ]; then - prepare_ifytop_librelease_libs libiflytop_voice_process "iflytopvoice;NE10_static" "http://iflytop.local:8021/zlibrelease/libiflytop_voice_process/libiflytop_voice_process_v1.0_aarch64_ubuntu18.04_static_0.tar.gz" + prepare_ifytop_librelease_libs libiflytop_voice_process "iflytopvoice;NE10_static" "http://192.168.1.2:8021/zlibrelease/libiflytop_voice_process/libiflytop_voice_process_v1.0_aarch64_ubuntu18.04_static_0.tar.gz" fi if [ "$CONFIG_SUPPORT_IXWEBSOCKET" = true ]; then - prepare_ifytop_librelease_libs libixwebsocket "ixwebsocket" "http://iflytop.local:8021/zlibrelease/libixwebsocket/libixwebsocket_v11.4.3_aarch64_static_ubuntu18.04_0.tar.gz" + prepare_ifytop_librelease_libs libixwebsocket "ixwebsocket" "http://192.168.1.2:8021/zlibrelease/libixwebsocket/libixwebsocket_v11.4.3_aarch64_static_ubuntu18.04_0.tar.gz" fi IFLYBUILD_TARGET_C_COMPILER=aarch64-linux-gnu-gcc diff --git a/iflybuild b/iflybuild index 401d612..209259a 160000 --- a/iflybuild +++ b/iflybuild @@ -1 +1 @@ -Subproject commit 401d6120357dd2879259fce48bf50adf7c43764d +Subproject commit 209259a0926aa03d8bb8d41beaa9ed92fc9ab001