From 0ef4b532382f453a14f6c2a5499aed71812c44b7 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 21 Aug 2020 19:54:23 +0800 Subject: [PATCH] update ffmpeg build shell script --- 3rdparty/zlib/build.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/3rdparty/zlib/build.sh b/3rdparty/zlib/build.sh index bc06b5b..8dd058d 100755 --- a/3rdparty/zlib/build.sh +++ b/3rdparty/zlib/build.sh @@ -8,10 +8,11 @@ #+-------------------------------------------------------------------------------------------- PREFIX_PATH=`pwd`/../install/ +mkdir -p ${PREFIX_PATH}/{bin,sbin,include,lib} LYFTP_SRC=ftp://master.iot-yun.club/src/ -CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux- +CROSSTOOL=CROSSTOOL=/opt/xtools/arm920t/bin/arm-linux- function msg_banner() { -- Gitblit v1.9.1