Added ffmpeg lib - NOT TESTED

This commit is contained in:
pelya
2011-06-03 18:33:26 +03:00
parent a627238bf8
commit b1925e040c
98 changed files with 12463 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
Downloaded from: http://bambuser.com/opensource
Toolchain setup
---------------
Download the Android NDK Revision 5b from
http://developer.android.com/sdk/ndk/index.html
Extract it into a folder (e.g. your home directory, the example is
for the mac os x version):
tar -jxvf android-ndk-r5b-darwin-x86.tar.bz2
mv android-ndk-r5b android-ndk
Extracting the source
---------------------
The original upstream source (and the patches, if any) can be extracted
by running ./extract.sh.
Building
--------
To build, first set the environment variable NDK to point to the
directory where the NDK is installed:
export NDK=~/android-ndk
Then just call ./build.sh.
To clean up the newly built files (removed unused files, remove libraries
with version numbers in the name), call ./clean-build.sh.