- 08 Aug, 2020 4 commits
-
-
Marcus Asteborg authored
-
Zeno Sebastian Endemann authored
-
Marcus Asteborg authored
-
Marcus Asteborg authored
-
- 13 Jun, 2020 7 commits
-
-
Marcus Asteborg authored
Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
Marcus Asteborg authored
Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
Marcus Asteborg authored
Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
Marcus Asteborg authored
Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
Marcus Asteborg authored
Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
Marcus Asteborg authored
Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
Simon Jackson authored
Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
- 21 Apr, 2020 12 commits
-
-
Marcus Asteborg authored
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Marcus Asteborg authored
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Marcus Asteborg authored
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Nathaniel R. Lewis authored
- Fix typo in OPUS_USE_NEON description. - Set OPUS_PRESUME_NEON for iOS platforms as all armv7 and higher iOS devices support NEON. - Fix detection of aarch64 for OPUS_CPU_ARM and adding sources from celt_sources_arm. (previously would miss armcpu.c and arm_celt_map.c) - Change "armv7-a" to "arm" in MATCHES checks against CMAKE_SYSTEM_PROCESSOR as systems like the RPi3 report as "armv7l". - Rename OPUS_MAY_SUPPORT_NEON to OPUS_MAY_HAVE_NEON as this name is used everywhere else in the CMake build system. Without this, runtime capability detection is broken on aarch64. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Marcus Asteborg authored
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Marcus Asteborg authored
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Marcus Asteborg authored
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Marcus Asteborg authored
cmake - intinsics fixes, only compile SSE source with SSE flags on non-windows when target use runtime check (GH #154). For windows we only use /arch flag when target is presumed to support SSE to avoid AVX function pollution (GH #132). Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
willson-chen authored
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
evpobr authored
Install include directory must be `include/opus`, not `include`. Old path is still here for compatibility. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Nathaniel R. Lewis authored
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Marcus Asteborg authored
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 19 Jan, 2020 4 commits
-
-
DeadSix27 authored
The old variable `OPUS_LIBRARY_VERSION`, does not line up with what's used in autoconf, which uses the PACKAGE_VERSION instead, which in turn lines up with what version the projects `opusfile` and `libsndfile` check for, for example. While at it, I also cleaned up the accidental double up in code. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Nathaniel R. Lewis authored
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Marcus Asteborg authored
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Davide Beatrici authored
From https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html: "Global flag to cause add_library() to create shared libraries if on. If present and true, this will cause all libraries to be built shared unless the library was explicitly added as a static library. This variable is often added to projects as an option() so that each user of a project can decide if they want to build the project using shared or static libraries." Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 04 Jun, 2019 1 commit
-
-
Marcus Asteborg authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- 12 Apr, 2019 1 commit
-
-
Marcus Asteborg authored
If CMAKE_BUILD_TYPE is empty and CFlags are set then only use CFlags. If None are set then use CMAKE_BUILD_TYPE by Release by default. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 11 Apr, 2019 1 commit
-
-
Marcus Asteborg authored
Make release build default Made CUSTOM_MODE an option with default off Added missing buildflags for Linux and security. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 03 Apr, 2019 1 commit
-
-
Marcus Asteborg authored
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-