Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-19win/deps: generate sndfiles import library with ms lib toolRay Molenkamp
Unsure what it is that upsets it so much, but when linking both sndfile and fftw dynamically, the linker gets confused and thinks that fftw is importing sf_close from the blender binary (which makes *NO* sense) leading to a start-up error. Generating the import library from the .def file using the ms lib tool creates an import library that works fine.
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-04-17Cleanup: use 2 space indentation for CMakeCampbell Barton
2018-03-31Build deps: do sndfile patch also on linux platformArto Kitula
2017-11-05Cleanup: indentation, line wrappingCampbell Barton
2017-09-26deps libs: fix xiph library support on sndfile on macOSArto Kitula
2017-09-20deps build: correct sndfile fixArto Kitula
2017-09-20deps build: fix sndfile building on macOSArto Kitula
2017-09-18[cmake/dependencies] Update libsndfile to 1.0.28Ray Molenkamp
2017-08-07Build: add scripts to build dependencies for Windows and macOS.Brecht Van Lommel
Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753