Skip to content

Commit

Permalink
adjust code structure to sync internal and opensource project
Browse files Browse the repository at this point in the history
Change-Id: I053d35105d34770ce451dd571bbb18a201f81b63
  • Loading branch information
GYZHANG2019 committed Dec 11, 2020
1 parent db517dd commit 4390557
Show file tree
Hide file tree
Showing 278 changed files with 3 additions and 187 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions build_vpe.sh → build/build_vpe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ echo "Compiling opition: debug=$debug, mini_ffmpeg=$mini_ffmpeg, clean_option=$c

if [ "${clean_option}" == "y" ]
then
cd vpe
cd ../
make clean
cd ../ffmpeg
make clean
exit 0
fi

cd vpe
cd ../
make DEBUG=${debug}
sudo make install
cd -

cd ffmpeg
cd ../../ffmpeg
if [ "${debug}" == "y" ] && [ "${mini_ffmpeg}" == "n" ]
then
./configure --enable-vpe --extra-ldflags="-L/usr/lib/vpe" --extra-libs="-lvpi" \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions build_all.sh

This file was deleted.

30 changes: 0 additions & 30 deletions build_clean.sh

This file was deleted.

62 changes: 0 additions & 62 deletions build_sdk.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
36 changes: 0 additions & 36 deletions drv_env_set.sh

This file was deleted.

File renamed without changes.
8 changes: 0 additions & 8 deletions load_driver.sh

This file was deleted.

File renamed without changes.
38 changes: 0 additions & 38 deletions release.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions vpe/.gitignore

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4390557

Please sign in to comment.