SHA256
1
0
forked from pool/soxr

Accepting request 586157 from home:plater

- Update to 0.1.3
- Upstream changes:
  * SIMD enhancements: SSE, AVX, Neon.
  * Improve support for clang, ARM, and cross-compilation.
  * Provide env. var. override of runtime parameters.
  * Build fix re cmake variables AVCODEC_INCLUDE_DIRS &
    AVUTIL_INCLUDE_DIRS.
  * Build options WITH_SINGLE_PRECISION, WITH_DOUBLE_PRECISION &
    WITH_SIMD have been removed; replacement options are detailed
    in INSTALL, `Resampling engines'.

OBS-URL: https://build.opensuse.org/request/show/586157
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soxr?expand=0&rev=11
This commit is contained in:
2018-03-13 06:31:31 +00:00
committed by Git OBS Bridge
parent 8bb58db3cb
commit d11a405a1b
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Mar 13 06:24:29 UTC 2018 - davejplater@gmail.com
- Update to 0.1.3
- Upstream changes:
* SIMD enhancements: SSE, AVX, Neon.
* Improve support for clang, ARM, and cross-compilation.
* Provide env. var. override of runtime parameters.
* Build fix re cmake variables AVCODEC_INCLUDE_DIRS &
AVUTIL_INCLUDE_DIRS.
* Build options WITH_SINGLE_PRECISION, WITH_DOUBLE_PRECISION &
WITH_SIMD have been removed; replacement options are detailed
in INSTALL, `Resampling engines'.
-------------------------------------------------------------------
Wed Dec 16 08:52:37 UTC 2015 - olaf@aepfle.de