Skip to content
Snippets Groups Projects
  1. Dec 15, 2021
  2. Sep 28, 2021
  3. Jul 08, 2021
  4. Jun 15, 2021
  5. Jun 10, 2021
  6. Jun 07, 2021
  7. May 12, 2021
  8. Mar 03, 2021
  9. Feb 19, 2021
  10. Jan 23, 2021
  11. Dec 23, 2020
  12. Dec 08, 2020
  13. 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>
      Verified
      d2f6805c
  14. Nov 21, 2020
  15. Oct 28, 2020
  16. Aug 22, 2020
  17. Aug 10, 2020
  18. Aug 08, 2020
  19. Jul 08, 2020
  20. Jun 18, 2020
  21. Jun 16, 2020
  22. Jun 14, 2020
    • Ralph Giles's avatar
      Fix arm build with rtcd enabled. · b69bfb2a
      Ralph Giles authored
      
      The autotools build doesn't set OPUS_HAVE_RTCD for arm targets,
      assuming all the supported intrinsics will work on the runtime
      cpu.
      
      The cmake build however defines this by default when the neon
      extension is available on the target. On Linux, the runtime
      cpu detection reads /proc/cpuinfo, so removing stdio.h from
      celt/os_support.h meant that the cmake build for arm targets
      failed.
      
      We don't currently have ci runs for that configuration, so
      this only became apparent through manual testing.
      
      Signed-off-by: default avatarMarcus Asteborg <maastebo@microsoft.com>
      Signed-off-by: default avatarJean-Marc Valin <jmvalin@jmvalin.ca>
      Verified
      b69bfb2a
Loading