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 feb56a2 commit 54eebc3Copy full SHA for 54eebc3
tools/travis.linux.install.deps.sh
@@ -14,7 +14,7 @@ sudo apt-get install -qq python-nose
14
FFMPEG_VERSION=snapshot
15
wget https://www.ffmpeg.org/releases/ffmpeg-$FFMPEG_VERSION.tar.bz2
16
bunzip2 ffmpeg-$FFMPEG_VERSION.tar.bz2
17
-tar -xvf ffmpeg-$FFMPEG_VERSION.tar
+tar -xf ffmpeg-$FFMPEG_VERSION.tar
18
cd ffmpeg
19
20
./configure --disable-yasm --enable-shared --disable-static
0 commit comments