Blender Git Commit Log
Git Commits -> Revision 6d8c053
Revision 6d8c053 by Sybren A. Stüvel (master) October 4, 2019, 14:30 (GMT) |
Fix T70514: VP9 not working 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. |
Commit Details:
Full Hash: 6d8c053187cbaf5773509ac8beab4f7e3525ad0d
Parent Commit: 663d23d
Lines Changed: +3, -1