Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit ae87b9a

Browse files
committed
add README with build instructions for android-ffmpeg
1 parent e69773e commit ae87b9a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.txt

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
This project is a Java wrapper around an ffmpeg command line binary for use in
3+
Android applications. It depends on the 'android-ffmpeg' project to provide
4+
the ffmpeg binary.
5+
6+
Building
7+
--------
8+
9+
git submodule init
10+
git submodule update
11+
cd external/android-ffmpeg
12+
./configure_make_everything.sh
13+
14+
Then build the project in Eclipse.

0 commit comments

Comments
 (0)