File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ if ! command_exists "curl"; then
166
166
fi
167
167
168
168
if build " yasm" ; then
169
- download " http ://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz" " yasm-1.3.0.tar.gz"
169
+ download " https ://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz" " yasm-1.3.0.tar.gz"
170
170
cd " $PACKAGES " /yasm-1.3.0 || exit
171
171
execute ./configure --prefix=" ${WORKSPACE} "
172
172
execute make -j $MJOBS
@@ -184,7 +184,7 @@ if build "nasm"; then
184
184
fi
185
185
186
186
if build " opencore" ; then
187
- download " http ://downloads. sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.5.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fopencore-amr%2Ffiles%2Fopencore-amr%2F&ts=1442256558&use_mirror=netassist " " opencore-amr-0.1.5.tar.gz"
187
+ download " https ://deac-riga.dl. sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.5.tar.gz" " opencore-amr-0.1.5.tar.gz"
188
188
cd " $PACKAGES " /opencore-amr-0.1.5 || exit
189
189
execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static
190
190
execute make -j $MJOBS
@@ -288,7 +288,7 @@ if build "libtheora"; then
288
288
fi
289
289
290
290
if build " pkg-config" ; then
291
- download " http ://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz" " pkg-config-0.29.2.tar.gz"
291
+ download " https ://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz" " pkg-config-0.29.2.tar.gz"
292
292
cd " $PACKAGES " /pkg-config-0.29.2 || exit
293
293
execute ./configure --silent --prefix=" ${WORKSPACE} " --with-pc-path=" ${WORKSPACE} " /lib/pkgconfig --with-internal-glib
294
294
execute make -j $MJOBS
You can’t perform that action at this time.
0 commit comments