apps-android-commons/jni/README.gst-sdk
Arun Raghavan e915be9208 First pass at adding transcode support
This does a hard-coded audio encode to vorbis-in-ogg. In the long term,
this should use encodebin and real encoding profiles.
2012-11-11 12:25:32 +05:30

8 lines
361 B
Text

* Get the GStreamer SDK for Android
- http://docs.gstreamer.com/display/GstSDK/Installing+for+Android+development
- user: test, pass: Jo6eem7e (these will go away once the SDK gets out of the
beta stage)
* Get the NDK
* export GSTREAMER_SDK_ROOT_ANDROID=/path/to/unpacked/gstreamer/sdk
* cd jni; <NDK path>/ndk-build
* cd ..; Continue building as usual