summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-08-27 14:59:41 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-08-27 16:45:09 +0200
commit789b048b7cd7e3f95c6b0ea47323abbcc29ac606 (patch)
tree10185e13034d778e8cc03537734b1f65c400b34d /data
parentdd2bf7996c9464d08389491be1dc7712b425be8d (diff)
downloadgstreamer-789b048b7cd7e3f95c6b0ea47323abbcc29ac606.tar.gz
cross-files: update README
- fix cross file path in example; - make_standalone_toolchain.py has been deprecated, it's now recommended to use prebuilt toolchains.
Diffstat (limited to 'data')
-rw-r--r--data/cross-files/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/data/cross-files/README.md b/data/cross-files/README.md
index 469ef12f8d..bff1b6e836 100644
--- a/data/cross-files/README.md
+++ b/data/cross-files/README.md
@@ -6,17 +6,16 @@ recommended to use Cerbero to cross compile GStreamer when other external
dependencies are required.
Once the toolchain is installed and a Meson cross file is created, to build
-GStreamer simply run for example: `meson --cross-file cross-files/mingw_w64_x86-64.txt builddir`.
+GStreamer simply run for example: `meson --cross-file data/cross-files/mingw_w64_x86-64.txt builddir`.
## Android
Requires Android API level >= 28, previous versions are missing *iconv* dependency.
- Download and extract the [NDK](https://developer.android.com/ndk/)
-- Create a standalone toolchain targeting your arch and API level:
-`./build/tools/make_standalone_toolchain.py --arch $arch --api $api --install-dir $toolchain_path`
- Create a Meson cross file, you can use `android_arm64_api28.txt` as example
- and change CPU architectures and toolchain path.
+ and change CPU architectures and toolchain path using the prebuilt toolchains
+ from the NDK.
Notes:
- On fedora the Android NDK requires the `ncurses-compat-libs` package.