From ea4dd1dbe842746c4c3aed23fe75ebe6c40c1580 Mon Sep 17 00:00:00 2001 From: kongchibin <530825620@qq.com> Date: Thu, 17 Jun 2021 17:27:26 +0800 Subject: [PATCH 1/2] test --- contrib/build_all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/build_all.sh b/contrib/build_all.sh index a72ab3315..7c02958be 100644 --- a/contrib/build_all.sh +++ b/contrib/build_all.sh @@ -17,6 +17,7 @@ set -e current_folder="$( cd "$(dirname "$0")" ;pwd -P )" SAMPLE_FOLDER=( + ../mxVision/MediaCodec ) -- Gitee From 3047b606e10d5ae1f1597f1326b50f16daf540f6 Mon Sep 17 00:00:00 2001 From: kongchibin <530825620@qq.com> Date: Thu, 17 Jun 2021 17:32:26 +0800 Subject: [PATCH 2/2] test --- contrib/build_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build_all.sh b/contrib/build_all.sh index 7c02958be..ba5416d89 100644 --- a/contrib/build_all.sh +++ b/contrib/build_all.sh @@ -17,7 +17,7 @@ set -e current_folder="$( cd "$(dirname "$0")" ;pwd -P )" SAMPLE_FOLDER=( - ../mxVision/MediaCodec + ../mxVision/MediaCodec/script ) -- Gitee