Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/faywong/ffmpeg4android
- Owner: faywong
- Created: 2013-07-19T15:45:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-09T01:48:23.000Z (about 10 years ago)
- Last Synced: 2023-04-07T22:56:16.367Z (over 1 year ago)
- Language: C
- Size: 12.7 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)