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 ef77ace commit 49a26b4Copy full SHA for 49a26b4
install-ffmpeg-4_4.sh
@@ -134,8 +134,9 @@ sudo make install || fail
134
# Install dependencies: libtheora
135
msg "Install theora 1.1.1."
136
cd $SOURCE_PATH || fail
137
-wget -O- http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2 | tar xj -C . || fail
138
-cd libtheora-1.1.1 || fail
+wget -O- http://downloads.xiph.org/releases/theora/libtheora-1.2.0alpha1.tar.xz | tar xJ -C . || fail
+cd libtheora-1.2.0alpha1 || fail
139
+./autogen.sh || fail
140
PATH="$BIN_PATH:$PATH" ./configure --disable-examples --disable-oggtest --prefix="$BUILD_PATH" --bindir="$BIN_PATH" --enable-shared --enable-static || fail
141
PATH="$BIN_PATH:$PATH" make -j$(nproc) || fail
142
sudo make install || fail
0 commit comments