We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518ec33 commit e442c63Copy full SHA for e442c63
scripts/do-test.sh
@@ -126,9 +126,9 @@ tcpdump --version || true
126
#launchpad fails#${APT_GET} install -y ffmpeg
127
if [ ! -e dist/ffmpeg.tar.xz ]
128
then
129
- wget -O dist/ffmpeg.tar.xz https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-i686-static.tar.xz
+ wget -O dist/ffmpeg.tar.xz https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
130
fi
131
tar -C dist -xvf dist/ffmpeg.tar.xz
132
-sudo cp dist/ffmpeg-*-i686-static/ffmpeg /usr/bin
+sudo cp dist/ffmpeg-*-*-static/ffmpeg /usr/bin
133
134
TEST_WITNESS_ENABLE=yes make check || (cat tests/test-suite.log; exit 1)
0 commit comments