Skip to content
Snippets Groups Projects
  1. Feb 29, 2024
  2. Dec 20, 2023
  3. Nov 29, 2023
  4. Jun 22, 2023
  5. Jun 21, 2023
  6. Jun 16, 2023
  7. Apr 26, 2023
    • Tim-Philipp Müller's avatar
      meson: fix build on arm64 · 20c032d2
      Tim-Philipp Müller authored and Tristan Matthews's avatar Tristan Matthews committed
      Would fail like:
      
      Checking if "compiler supports ARMv7/AArch64 NEON intrinsics" : links: NO
      Checking if "compiler supports ARMv7/AArch64 NEON intrinsics with -mfpu=neon" : links: YES
      Checking if "compiler supports AArch64 NEON intrinsics" : links: NO
      Checking if "compiler supports AArch64 NEON intrinsics with -mfpu=neon" : links: NO
      Message: Compiler does not support AArch64 NEON intrinsics
      ../silk/meson.build:28:45: ERROR: Unknown variable "have_arm_intrinsics_or_asm".
      
      since commit 08088411.
      20c032d2
  8. Jul 06, 2022
  9. Nov 26, 2020
    • Xavier Claessens's avatar
      Meson: Fix doc build when opus is a subproject · d2f6805c
      Xavier Claessens authored and Ralph Giles's avatar Ralph Giles committed
      
      meson.source_root() and meson.build_root() have been deprecated in
      latest Meson release because they are a trap. They point to the root of
      parent project instead of root of current subproject. Meson 0.56.0 added
      meson.project_source/build_root() but it is just as easy to use
      meson.current_source/build_dir() in the root meson.build file and avoids
      bumping required meson version.
      
      Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
      d2f6805c
  10. Oct 28, 2020
Loading