From 911619fe56896078651957385b135227dcb93538 Mon Sep 17 00:00:00 2001 From: lizimian Date: Tue, 15 Mar 2022 07:22:36 +0000 Subject: [PATCH] Signed-off-by: lizimian --- copy_header.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/copy_header.sh b/copy_header.sh index cda5793e..b183c786 100644 --- a/copy_header.sh +++ b/copy_header.sh @@ -1,7 +1,7 @@ #!/bin/bash #copy codec header file to wels -cp -a ../../third_party/third_party_openh264/codec/api/svc/codec_api.h ../../third_party/third_party_openh264/include/wels -cp -a ../../third_party/third_party_openh264/codec/api/svc/codec_app_def.h ../../third_party/third_party_openh264/include/wels -cp -a ../../third_party/third_party_openh264/codec/api/svc/codec_def.h ../../third_party/third_party_openh264/include/wels -cp -a ../../third_party/third_party_openh264/codec/api/svc/codec_ver.h ../../third_party/third_party_openh264/include/wels +cp -a ../../third_party/openh264/codec/api/svc/codec_api.h ../../third_party/openh264/include/wels +cp -a ../../third_party/openh264/codec/api/svc/codec_app_def.h ../../third_party/openh264/include/wels +cp -a ../../third_party/openh264/codec/api/svc/codec_def.h ../../third_party/openh264/include/wels +cp -a ../../third_party/openh264/codec/api/svc/codec_ver.h ../../third_party/openh264/include/wels \ No newline at end of file -- Gitee