Skip to content

Commit 8783b18

Browse files
author
Hitesh Sondhi
committed
Merge tag 'v0.3.4' into develop
v0.3.4
2 parents 90f7b67 + e401321 commit 8783b18

7 files changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

100755100644
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Instructions
1616
* Set environment variable
1717
1. export ANDROID_NDK={Android NDK Base Path}
1818
* Run following commands to compile ffmpeg
19-
1. sudo apt-get --quiet --yes install build-essential git autoconf libtool pkg-config gperf gettext yasm
19+
1. sudo apt-get --quiet --yes install build-essential git autoconf libtool pkg-config gperf gettext yasm python-lxml
2020
2. ./init_update_libs.sh
2121
3. ./android_build.sh
2222
* To update submodules and libraries you can use ./init_update_libs.sh command
@@ -31,3 +31,7 @@ License
3131
HIRE US
3232
--------
3333
Get in touch with us - http://www.writingminds.com
34+
35+
36+
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/hiteshsondhi88/ffmpeg-android/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
37+

ffmpeg

Submodule ffmpeg updated from 40934e0 to fda00aa

freetype2

Submodule freetype2 updated from 8cabd91 to 44accb9

init_update_libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rm -rf libpng-*
99
rm -rf expat-*
1010
rm -rf fribidi-*
1111

12-
wget -O- ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.18.tar.xz | tar xJ
12+
wget -O- ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.21.tar.xz | tar xJ
1313
wget -O- http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz | tar xz
1414
wget -O- http://fribidi.org/download/fribidi-0.19.7.tar.bz2 | tar xj
1515
wget -O- http://sourceforge.net/projects/lame/files/lame/3.99/lame-3.99.5.tar.gz | tar xz

libpng_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
. abi_settings.sh $1 $2 $3
44

5-
pushd libpng-1.6.18
5+
pushd libpng-1.6.21
66

77
make clean
88

x264

Submodule x264 updated from 7599210 to 5c65704

0 commit comments

Comments
 (0)