Skip to content

Commit e442c63

Browse files
committed
Update URL to ffmpeg's static build.
1 parent 518ec33 commit e442c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/do-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ tcpdump --version || true
126126
#launchpad fails#${APT_GET} install -y ffmpeg
127127
if [ ! -e dist/ffmpeg.tar.xz ]
128128
then
129-
wget -O dist/ffmpeg.tar.xz https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-i686-static.tar.xz
129+
wget -O dist/ffmpeg.tar.xz https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
130130
fi
131131
tar -C dist -xvf dist/ffmpeg.tar.xz
132-
sudo cp dist/ffmpeg-*-i686-static/ffmpeg /usr/bin
132+
sudo cp dist/ffmpeg-*-*-static/ffmpeg /usr/bin
133133

134134
TEST_WITNESS_ENABLE=yes make check || (cat tests/test-suite.log; exit 1)

0 commit comments

Comments
 (0)