Browse Source

chore(CI): Use named directory for ffmpeg, cd* fails with multiple arguments

reviewable/pr6350/r2
Anthony Bilinski 5 years ago
parent
commit
e0ba376723
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 5
      .travis/build-ubuntu-16-04.sh

5
.travis/build-ubuntu-16-04.sh

@ -56,8 +56,9 @@ cd libs/ @@ -56,8 +56,9 @@ cd libs/
export PREFIX_DIR="$PWD"
#
cd ../ffmpeg
wget http://ffmpeg.org/releases/ffmpeg-2.8.5.tar.bz2
tar xf ffmpeg*
curl -o ffmpeg.bz2 http://ffmpeg.org/releases/ffmpeg-2.8.5.tar.bz2
tar xf ffmpeg.bz2
rm ffmpeg.bz2
cd ffmpeg*
# enabled:
# v4l2 -> webcam

Loading…
Cancel
Save