From 23bfa65097b0540f46db2544ed60f9727e328b26 Mon Sep 17 00:00:00 2001 From: starfish002 Date: Thu, 30 Sep 2021 17:44:07 +0800 Subject: [PATCH] fix oat issue Signed-off-by: starfish002 --- OAT.xml | 1 + middleware/source/ffmpeg_adapt/Notes.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/OAT.xml b/OAT.xml index 783ff4a..ba763dd 100755 --- a/OAT.xml +++ b/OAT.xml @@ -64,6 +64,7 @@ Note:If the text contains special characters, please escape them according to th + diff --git a/middleware/source/ffmpeg_adapt/Notes.txt b/middleware/source/ffmpeg_adapt/Notes.txt index 133a73f..b587585 100644 --- a/middleware/source/ffmpeg_adapt/Notes.txt +++ b/middleware/source/ffmpeg_adapt/Notes.txt @@ -3,6 +3,7 @@ The users should follow the license of the original file. ##Changed file configure_llvm +configure library.mak Makefile_llvm -- Gitee