From 38965858e173f224c1f2d0a8803510e9b5c01303 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 1 Apr 2023 15:06:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=80=E6=9C=89=E5=BA=93?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=9A=84=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E4=B8=BAIP=EF=BC=8C=E8=80=8C=E4=B8=8D=E6=98=AFiflytop.local?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .project/host.envsetup.sh | 2 +- .project/target.envsetup.sh | 4 ++-- iflybuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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