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
2019-10-04make_deps: Fix building ffmpeg on windowsRay Molenkamp
I have no explanation on why this is needed, but it refused to find opus without it.
2019-10-04Add Opus audio library and configure FFmpeg to use itSybren A. Stüvel
Opus support was enabled in 2ddfd51810e0. This commit adds the Opus library and configures FFmpeg to be compiled with Opus support. NOTE: It may be required to run `cmake -U '*FFMPEG_LIBRARIES*' .` in your Blender build directory in order to refresh the `FFMPEG_LIBRARIES` setting and add libopus.
2019-10-04Fix T70514: VP9 not workingSybren A. Stüvel
This issue was two-fold: - In the VPX library build script: missing `--enable-vp8` and `--enable-vp9` meant that the choice to enable these codecs or not was left to the library's `configure` script, rather than an explicit choice. On the build-bot it chose to not enable them. - Missing pkgconfig paths passed to the FFmpeg build script Thanks @brecht for helping out.
2019-04-17Cleanup: use 2 space indentation for CMakeCampbell Barton
2018-10-04Fix T57059: "make deps" build error when sndio library is present.Jorge Bernal
2018-08-27Build Environment: fix alembic, openvdb, ffmpeg, osl build on Linux.Brecht Van Lommel
2018-08-26build_environment: ffmpeg support x86 builds on windows.Ray Molenkamp
2018-08-21Cleanup: trailing spaceCampbell Barton
2018-08-16build_environment: Fix compilation of FFmpeg and OpenColorIO on LinuxSergey Sharybin
2018-08-13build_environment: ffmpeg 4.0.2Ray Molenkamp
with lame 3.100 ogg 1.3.3 vorbis 1.3.6 flac 1.3.2 vpx 1.7.0 x264 20180811 xvidcore 1.3.5 faad 2.8.8
2018-08-10update image libraries, D3005 with few modsArto Kitula
2018-08-08Build: fix ffmpeg using system crystalhd library.Brecht Van Lommel
2017-11-05Cleanup: indentation, line wrappingCampbell Barton
2017-08-15[deps_build/macOS] Fix FFMPEG & VPX configure commandArto Kitula
FFMPEG & VPX don't handle target with --build parameter, so we need to make sure use of plain configure command Reviewed by: Brecht Van Lommel Differential Revision: http://developer.blender.org/D2791
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