Skip to content

Commit

Permalink
Edited README.textile via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
halfninja committed Jul 20, 2011
1 parent d656998 commit 57cfaa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.textile
@@ -1,3 +1,7 @@
h1. Read me first (that's why I'm at the top!)

At the moment, although this project builds and generates a shared library, the JNI interface is still in progress, and at the moment I'm having trouble getting it to do anything. As soon as I've got it working I will push some updates.

h1. Android Videokit

This is a repository to make it relatively simple to fetch and build the latest FFMPEG and libx264 to run on Android, using the Android NDK. It differs from most of the other NDK FFMPEG building packages in that it uses configure and make to build the libraries, and only a very small Android.mk file to pack it into a shared library, rather than a large handful of custom @Android.mk@ scripts (there are still a few script files but most of them are pretty small or are lists of configure options). Big custom @Android.mk@ files tend to break as soon as any files move around in the FFMPEG project, whereas here it should keep working with the latest libraries.
Expand Down

0 comments on commit 57cfaa8

Please sign in to comment.