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-01-16CMake: Fix linking of ffmpeg_test on macOSSergey Sharybin
Part of the issue was missing library path to png library. Other part was missing iconv passed to linker.
2020-01-15Fix linking error with ffmpeg_test on LinuxBrecht Van Lommel
The exact reason is unclear, but we might as well link just the few libraries that are actually needed for ffmpeg.
2020-01-14test: Add basic codec test for ffmpeg.Ray Molenkamp
This add a basic sanity check that validates the features we use from ffmpeg are actually available Differential Revision: https://developer.blender.org/D5999 Reviewed By: sybren