mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
playback/player: Revert "README.md formatting."
This reverts commit 499f68c42371081204b6285227073a7eb165c652. The gradle based build system has various problems currently.
This commit is contained in:
parent
6cc6793d1f
commit
9ffdefc14f
1 changed files with 1 additions and 7 deletions
|
@ -9,16 +9,10 @@ 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**
|
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**:
|
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.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.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/
|
gstreamer.x86.dir=/path/to/gstreamer-1.0-android-x86-release-1.4.5/
|
||||||
|
|
||||||
|
|
||||||
Compiling the sample
|
Compiling the sample
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@ -53,4 +47,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:
|
Finally, within the `app/src/main/` directory, invoke:
|
||||||
|
|
||||||
ndk-build
|
ndk-build
|
Loading…
Reference in a new issue