Skip to content

Commit c502c51

Browse files
committed
3.1.0
Fix a typo.
1 parent 49a26b4 commit c502c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-ffmpeg-4_4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ PATH="$BIN_PATH:$PATH" make -j$(nproc) || fail
132132
sudo make install || fail
133133

134134
# Install dependencies: libtheora
135-
msg "Install theora 1.1.1."
135+
msg "Install theora 1.2.0 alpha1."
136136
cd $SOURCE_PATH || fail
137137
wget -O- http://downloads.xiph.org/releases/theora/libtheora-1.2.0alpha1.tar.xz | tar xJ -C . || fail
138138
cd libtheora-1.2.0alpha1 || fail

0 commit comments

Comments
 (0)