summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorSebastian Roth <sebastian.roth@gmail.com>2015-05-11 10:31:08 +0800
committerSebastian Dröge <sebastian@centricular.com>2015-05-11 08:50:41 +0200
commit499f68c42371081204b6285227073a7eb165c652 (patch)
tree8ca10a2332062e48794130cca958ee454b761872 /android
parent38794b80a7d4dc8eb97b532ab1c8c304485cd547 (diff)
README.md formatting.
Diffstat (limited to 'android')
-rw-r--r--android/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/android/README.md b/android/README.md
index cf331f7..2f8318f 100644
--- a/android/README.md
+++ b/android/README.md
@@ -9,10 +9,16 @@ Prerequisites
3. If you have a different special directory for pkg-config or other tools (e.g. on OSX when using Homebrew), then also set this path using the `ndk.extraPath` variable in **local.properties**
4. Download the GStreamer android ports http://gstreamer.freedesktop.org/data/pkg/android/ and set `gstreamer.$ABI.dir` properties in **local.properties**:
+Sample local.properties:
+
+ sdk.dir=/path/to/android-sdk/
+ ndk.dir=/path/to/android-ndk/
+ ndk.extraPath=/usr/local/bin
gstreamer.arm.dir=/path/to/gstreamer-1.0-android-arm-release-1.4.5/
gstreamer.armv7.dir=/path/to/gstreamer-1.0-android-armv7-release-1.4.5/
gstreamer.x86.dir=/path/to/gstreamer-1.0-android-x86-release-1.4.5/
+
Compiling the sample
--------------------
@@ -47,4 +53,4 @@ If you don't want to build all architectures, please modify the file `app/src/ma
Finally, within the `app/src/main/` directory, invoke:
- ndk-build \ No newline at end of file
+ ndk-build