mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-10-31 22:49:02 +00:00
5943f9d669
This also supports Homebrew and Qt5 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5060>
20 lines
480 B
INI
20 lines
480 B
INI
[constants]
|
|
ndk_path = '/path/to/android-ndk-r23b'
|
|
toolchain = ndk_path / 'toolchains/llvm/prebuilt/linux-x86_64'
|
|
|
|
[host_machine]
|
|
system = 'android'
|
|
cpu_family = 'aarch64'
|
|
cpu = 'aarch64'
|
|
endian = 'little'
|
|
|
|
[properties]
|
|
sys_root = toolchain / 'sysroot'
|
|
c_ld = 'gold'
|
|
cpp_ld = 'gold'
|
|
|
|
[binaries]
|
|
c = toolchain / 'bin/aarch64-linux-android31-clang'
|
|
cpp = toolchain / 'bin/aarch64-linux-android31-clang++'
|
|
ar = toolchain / 'bin/llvm-ar'
|
|
strip = toolchain / 'bin/llvm-strip'
|