File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change 2
2
3
3
# https://github.com/markus-perl/ffmpeg-build-script
4
4
5
- VERSION=1.9
5
+ VERSION=1.10
6
6
CWD=$( pwd)
7
7
PACKAGES=" $CWD /packages"
8
8
WORKSPACE=" $CWD /workspace"
@@ -258,7 +258,7 @@ if build "x264"; then
258
258
fi
259
259
260
260
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"
262
262
cd $PACKAGES /libogg-1.3.3 || exit
263
263
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
264
264
execute make -j $MJOBS
@@ -267,7 +267,7 @@ if build "libogg"; then
267
267
fi
268
268
269
269
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"
271
271
cd $PACKAGES /libvorbis-1.3.6 || exit
272
272
execute ./configure --prefix=${WORKSPACE} --with-ogg-libraries=${WORKSPACE} /lib --with-ogg-includes=${WORKSPACE} /include/ --enable-static --disable-shared --disable-oggtest
273
273
execute make -j $MJOBS
@@ -276,7 +276,7 @@ if build "libvorbis"; then
276
276
fi
277
277
278
278
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"
280
280
cd $PACKAGES /libtheora-1.1.1 || exit
281
281
sed " s/-fforce-addr//g" configure > configure.patched
282
282
chmod +x configure.patched
You can’t perform that action at this time.
0 commit comments