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

Commit

Permalink
modify build and install script
Browse files Browse the repository at this point in the history
Signed-off-by: roger mao <[email protected]>
  • Loading branch information
maozhong1 committed Jul 1, 2020
1 parent fd73057 commit 86b0e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_and_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ then echo "Please make sure openvino has been installed and enviroment variables
exit -1;
fi

./msdk_pre_install_internal.py
./msdk_pre_install.py

git_projects="MediaSDK media-driver libva"
for i in $git_projects;
Expand All @@ -32,7 +32,7 @@ fi
cd ../
cp -rf video_e2e_sample MediaSDK/samples/

./msdk_pre_install_internal.py -b cfl
./msdk_pre_install.py -b cfl

if [[ -f MediaSDK/build/__bin/release/video_e2e_sample ]];
then
Expand Down

0 comments on commit 86b0e43

Please sign in to comment.