scanner-research / scanner

Efficient video analysis at scale
https://scanner-research.github.io/
Apache License 2.0
620 stars 108 forks source link

Minor improvements and speedups in deps.sh #112

Open Kuree opened 6 years ago

Kuree commented 6 years ago
  1. add library check before installation;
  2. configure Boost.Build to only compile necessary libraries;
  3. clone with--depth 1 to reduce downloading time (ffmpeg's git server return error with depth, switch to the official Github mirror.)
fpoms commented 6 years ago

Looks good! Would you mind rebasing this onto current master?

Kuree commented 6 years ago

It should be rebased already.