File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/markus-perl/ffmpeg-build-script.svg?branch=master )] ( https://travis-ci.org/markus-perl/ffmpeg-build-script )
2
2
3
- ![ Image of Yaktocat ] ( https://raw.github.com/markus-perl/ffmpeg-build-script/master/ffmpeg-build-script.png )
3
+ ![ FFmpeg build script ] ( https://raw.github.com/markus-perl/ffmpeg-build-script/master/ffmpeg-build-script.png )
4
4
5
5
6
6
build-ffmpeg
7
7
==========
8
8
9
- The FFmpeg build script provides an easy way to build a static ffmpeg on ** OSX** and ** Linux** with ** non-free codecs** included.
9
+ The FFmpeg build script provides an easy way to build a static FFmpeg on ** OSX** and ** Linux** with ** non-free codecs** included.
10
10
11
11
12
12
[ ![ How-To build FFmpeg on OSX] ( http://img.youtube.com/vi/Z9p3mM757cM/0.jpg )] ( http://www.youtube.com/watch?v=Z9p3mM757cM " How-To build FFmpeg on OSX ")
@@ -241,4 +241,5 @@ Other Projects Of Mine
241
241
- [ Pushover CLI Client] ( https://github.com/markus-perl/pushover-cli )
242
242
- [ Gender API] ( https://gender-api.com ) : [ Genderize A Name] ( https://gender-api.com )
243
243
- [ Gender API Client PHP] ( https://github.com/markus-perl/gender-api-client )
244
- - [ Gender API Client NPM] ( https://github.com/markus-perl/gender-api-client-npm )
244
+ - [ Gender API Client NPM] ( https://github.com/markus-perl/gender-api-client-npm )
245
+ - [ Genderize Names] ( https://www.youtube.com/watch?v=2SLIAguaygo )
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ if build "lame"; then
218
218
fi
219
219
220
220
if build " xvidcore" ; then
221
- download " http ://downloads.xvid.org /downloads/xvidcore-1.3.4 .tar.gz" " xvidcore-1.3.4 .tar.gz"
221
+ download " https ://downloads.xvid.com /downloads/xvidcore-1.3.5 .tar.gz" " xvidcore-1.3.5 .tar.gz"
222
222
cd $PACKAGES /xvidcore || exit
223
223
cd build/generic || exit
224
224
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
@@ -272,7 +272,7 @@ if build "libtheora"; then
272
272
sed " s/-fforce-addr//g" configure > configure.patched
273
273
chmod +x configure.patched
274
274
mv configure.patched configure
275
- execute ./configure --prefix=${WORKSPACE} --with-ogg-libraries=${WORKSPACE} /lib --with-ogg-includes=${WORKSPACE} /include/ --with-vorbis-libraries=${WORKSPACE} /lib --with-vorbis-includes=${WORKSPACE} /include/ --enable-static --disable-shared --disable-oggtest --disable-vorbistest --disable-examples --disable-asm
275
+ execute ./configure --prefix=${WORKSPACE} --with-ogg-libraries=${WORKSPACE} /lib --with-ogg-includes=${WORKSPACE} /include/ --with-vorbis-libraries=${WORKSPACE} /lib --with-vorbis-includes=${WORKSPACE} /include/ --enable-static --disable-shared --disable-oggtest --disable-vorbistest --disable-examples --disable-asm --disable-spec
276
276
execute make -j $MJOBS
277
277
execute make install
278
278
build_done " libtheora"
You can’t perform that action at this time.
0 commit comments