Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 86b0e43

Browse files
committed
modify build and install script
Signed-off-by: roger mao <[email protected]>
1 parent fd73057 commit 86b0e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_and_install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ then echo "Please make sure openvino has been installed and enviroment variables
88
exit -1;
99
fi
1010

11-
./msdk_pre_install_internal.py
11+
./msdk_pre_install.py
1212

1313
git_projects="MediaSDK media-driver libva"
1414
for i in $git_projects;
@@ -32,7 +32,7 @@ fi
3232
cd ../
3333
cp -rf video_e2e_sample MediaSDK/samples/
3434

35-
./msdk_pre_install_internal.py -b cfl
35+
./msdk_pre_install.py -b cfl
3636

3737
if [[ -f MediaSDK/build/__bin/release/video_e2e_sample ]];
3838
then

0 commit comments

Comments
 (0)