Page MenuHome

Add Opus audio library and configure FFmpeg to use it
AbandonedPublic

Authored by Sybren A. Stüvel (sybren) on Oct 4 2019, 4:03 PM.

Details

Summary

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.

Diff Detail

Repository
rB Blender
Branch
wip-sybren-opus-add (branched from master)
Build Status
Buildable 5244
Build 5244: arc lint + arc unit

Event Timeline

Brecht Van Lommel (brecht) added inline comments.
build_files/build_environment/install_deps.sh
3632

Copy-paste error

Sybren A. Stüvel (sybren) marked an inline comment as done.Oct 4 2019, 5:11 PM

Landed in b9736e8e12dd9e1cd37fcde2ab330131c24dafd1 & 1fa56e72ec6ff2d2b84d65c71eed550284973263

This has been committed...