mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
This does a hard-coded audio encode to vorbis-in-ogg. In the long term, this should use encodebin and real encoding profiles.
8 lines
361 B
Text
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
|