Skip to content
Snippets Groups Projects
Commit f841e5fb authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Nicolas Pomepuy
Browse files

buildsystem: Add meson crossfiles

We didn't need those for meson contribs since the VLC contrib system
generates its own, but as the medialibrary is now using meson, we'll
need to have some available regardless of VLC's contrib system
parent bb56a50e
No related branches found
No related tags found
1 merge request!910Switch medialib to meson
# Automatically generated by contrib makefile
[binaries]
c = 'aarch64-linux-android21-clang'
cpp = 'aarch64-linux-android21-clang++'
ar = 'aarch64-linux-android-ar'
strip = 'aarch64-linux-android-strip'
pkgconfig = 'pkg-config'
[properties]
needs_exe_wrapper = true
[host_machine]
system = 'android'
cpu_family = 'aarch64'
endian = 'little'
cpu = 'aarch64'
# Automatically generated by contrib makefile
[binaries]
c = 'armv7a-linux-androideabi17-clang'
cpp = 'armv7a-linux-androideabi17-clang++'
ar = 'arm-linux-androideabi-ar'
strip = 'arm-linux-androideabi-strip'
pkgconfig = 'pkg-config'
[properties]
needs_exe_wrapper = true
[host_machine]
system = 'android'
cpu_family = 'arm'
endian = 'little'
cpu = 'arm'
# Automatically generated by contrib makefile
[binaries]
c = 'i686-linux-android17-clang'
cpp = 'i686-linux-android17-clang++'
ar = 'i686-linux-android-ar'
strip = 'i686-linux-android-strip'
pkgconfig = 'pkg-config'
[host_machine]
system = 'android'
cpu_family = 'x86'
endian = 'little'
cpu = 'i686'
# Automatically generated by contrib makefile
[binaries]
c = 'x86_64-linux-android21-clang'
cpp = 'x86_64-linux-android21-clang++'
ar = 'x86_64-linux-android-ar'
strip = 'x86_64-linux-android-strip'
pkgconfig = 'pkg-config'
[properties]
[host_machine]
system = 'android'
cpu_family = 'x86_64'
endian = 'little'
cpu = 'x86_64'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment