File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ addons:
23
23
24
24
before_install :
25
25
- ./travis-install-ffmpeg.sh
26
- - export FFMPEG=$PWD/ffmpeg-release-64bit -static/ffmpeg
27
- - export FFPROBE=$PWD/ffmpeg-release-64bit -static/ffprobe
26
+ - export FFMPEG=$PWD/ffmpeg-release-amd64 -static/ffmpeg
27
+ - export FFPROBE=$PWD/ffmpeg-release-amd64 -static/ffprobe
28
28
- export MAVEN_OPTS="$MAVEN_OPTS -Duser.language=$USER_LANGUAGE -Duser.country=$USER_COUNTRY"
29
29
30
30
before_script :
Original file line number Diff line number Diff line change 2
2
# Small script to fetch a static ffmpeg
3
3
set -ex
4
4
5
- URL=https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit -static.tar.xz
5
+ URL=https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64 -static.tar.xz
6
6
FILE=$( basename ${URL} )
7
7
DIST=$HOME /.dist
8
8
DISTFILE=${DIST} /${FILE}
You can’t perform that action at this time.
0 commit comments