未验证 提交 26aba722 编写于 作者: O openharmony_ci 提交者: Gitee

!111 将multimedia/utils/lite 修改为multimedia/media_utils_lite

Merge pull request !111 from 黄建飞/hjf-master
...@@ -40,7 +40,7 @@ executable("kws_app") { ...@@ -40,7 +40,7 @@ executable("kws_app") {
"//foundation/ai/ai_engine/services/client/algorithm_sdk/asr:asr", "//foundation/ai/ai_engine/services/client/algorithm_sdk/asr:asr",
"//foundation/ai/ai_engine/services/common/platform/os_wrapper/audio_loader:audio_loader", "//foundation/ai/ai_engine/services/common/platform/os_wrapper/audio_loader:audio_loader",
"//foundation/multimedia/audio_lite/frameworks:audio_capturer_lite", "//foundation/multimedia/audio_lite/frameworks:audio_capturer_lite",
"//foundation/multimedia/utils/lite:media_common", "//foundation/multimedia/media_utils_lite:media_common",
"//third_party/bounds_checking_function:libsec_static", "//third_party/bounds_checking_function:libsec_static",
] ]
output_dir = "$root_out_dir/dev_tools" output_dir = "$root_out_dir/dev_tools"
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import("//build/lite/config/component/lite_component.gni") import("//build/lite/config/component/lite_component.gni")
import("//foundation/multimedia/utils/lite/config.gni") import("//foundation/multimedia/media_utils_lite/config.gni")
executable("camera_sample") { executable("camera_sample") {
sources = [ "camera_sample.cpp" ] sources = [ "camera_sample.cpp" ]
...@@ -36,7 +36,7 @@ executable("audio_capture_sample") { ...@@ -36,7 +36,7 @@ executable("audio_capture_sample") {
cflags_cc = cflags cflags_cc = cflags
include_dirs = [ "//foundation/multimedia/audio_lite/interfaces/kits" ] include_dirs = [ "//foundation/multimedia/audio_lite/interfaces/kits" ]
include_dirs += [ "//foundation/multimedia/utils/lite/interfaces/kits" ] include_dirs += [ "//foundation/multimedia/media_utils_lite/interfaces/kits" ]
ldflags = [ "-lstdc++" ] ldflags = [ "-lstdc++" ]
ldflags += [ "-lpthread" ] ldflags += [ "-lpthread" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册