Skip to content

Commit 27cad08

Browse files
committed
Xiph download links updated. This closes #37
1 parent ff19232 commit 27cad08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-ffmpeg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# https://github.com/markus-perl/ffmpeg-build-script
44

5-
VERSION=1.9
5+
VERSION=1.10
66
CWD=$(pwd)
77
PACKAGES="$CWD/packages"
88
WORKSPACE="$CWD/workspace"
@@ -258,7 +258,7 @@ if build "x264"; then
258258
fi
259259

260260
if build "libogg"; then
261-
download "http://downloads.xiph.org/releases/ogg/libogg-1.3.3.tar.gz" "libogg-1.3.3.tar.gz"
261+
download "https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.3.tar.gz" "libogg-1.3.3.tar.gz"
262262
cd $PACKAGES/libogg-1.3.3 || exit
263263
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
264264
execute make -j $MJOBS
@@ -267,7 +267,7 @@ if build "libogg"; then
267267
fi
268268

269269
if build "libvorbis"; then
270-
download "http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.gz" "libvorbis-1.3.6.tar.gz"
270+
download "https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.6.tar.gz" "libvorbis-1.3.6.tar.gz"
271271
cd $PACKAGES/libvorbis-1.3.6 || exit
272272
execute ./configure --prefix=${WORKSPACE} --with-ogg-libraries=${WORKSPACE}/lib --with-ogg-includes=${WORKSPACE}/include/ --enable-static --disable-shared --disable-oggtest
273273
execute make -j $MJOBS
@@ -276,7 +276,7 @@ if build "libvorbis"; then
276276
fi
277277

278278
if build "libtheora"; then
279-
download "http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.gz" "libtheora-1.1.1.tar.bz"
279+
download "https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-1.1.1.tar.gz" "libtheora-1.1.1.tar.bz"
280280
cd $PACKAGES/libtheora-1.1.1 || exit
281281
sed "s/-fforce-addr//g" configure > configure.patched
282282
chmod +x configure.patched

0 commit comments

Comments
 (0)