Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5c9d222

Browse filesBrowse files
committed
2 parents 64b5e09 + 138bd16 commit 5c9d222
Copy full SHA for 5c9d222

File tree

Expand file treeCollapse file tree

2 files changed

+6
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-5
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[![Build Status](https://travis-ci.org/markus-perl/ffmpeg-build-script.svg?branch=master)](https://travis-ci.org/markus-perl/ffmpeg-build-script)
22

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)
44

55

66
build-ffmpeg
77
==========
88

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.
1010

1111

1212
[![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
241241
- [Pushover CLI Client](https://github.com/markus-perl/pushover-cli)
242242
- [Gender API](https://gender-api.com): [Genderize A Name](https://gender-api.com)
243243
- [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)

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ if build "lame"; then
218218
fi
219219

220220
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"
222222
cd $PACKAGES/xvidcore || exit
223223
cd build/generic || exit
224224
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
@@ -272,7 +272,7 @@ if build "libtheora"; then
272272
sed "s/-fforce-addr//g" configure > configure.patched
273273
chmod +x configure.patched
274274
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
276276
execute make -j $MJOBS
277277
execute make install
278278
build_done "libtheora"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.