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 49a26b4 commit c502c51Copy full SHA for c502c51
install-ffmpeg-4_4.sh
@@ -132,7 +132,7 @@ PATH="$BIN_PATH:$PATH" make -j$(nproc) || fail
132
sudo make install || fail
133
134
# Install dependencies: libtheora
135
-msg "Install theora 1.1.1."
+msg "Install theora 1.2.0 alpha1."
136
cd $SOURCE_PATH || fail
137
wget -O- http://downloads.xiph.org/releases/theora/libtheora-1.2.0alpha1.tar.xz | tar xJ -C . || fail
138
cd libtheora-1.2.0alpha1 || fail
0 commit comments