Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faywong/ffmpeg4android

building support of ffmpeg project in android platform
https://github.com/faywong/ffmpeg4android

Last synced: 23 days ago
JSON representation

building support of ffmpeg project in android platform

Awesome Lists containing this project

README

        

ffmpeg4android
==============

building support of ffmpeg project in android platform

how to use it
=============
1. check out the source code of ffmpeg-2.4.3(only tested against this version)

2. copy the configure script and replace the same one in the ffmpeg-2.4.3

3. copy the build.sh to the root dir of ffmpeg-2.4.3 and change the must configurations accordingly, add "executable" permission to it if necessary

4. invoke the build.sh
```bash
./build.sh

```

author
======
faywong([email protected])

license
=======
[GPL v3](http://www.gnu.org/licenses/gpl.html)