blender/build_files
Campbell Barton b27ff093ca Build: resolve error configuring FFMPEG on Linux
Configure failed to find vorbis & vorbisenc on Linux with the errors:

ERROR: vorbis not found using pkg-config
ERROR: vorbisenc not found using pkg-config

the issue was caused by configures test program failing to link the test
code against the static library because functions in libm weren't found.

Resolve by adding `$libm_extralibs` to libvorbis.

Note that it's strange this issue didn't come up before,
since it occurs on a clean build it seems necessary.
2023-10-31 10:38:49 +11:00
..
build_environment Build: resolve error configuring FFMPEG on Linux 2023-10-31 10:38:49 +11:00
buildbot Build: make Linux cmake release config consistent with buildbot 2023-10-09 14:41:34 +02:00
cmake Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
config Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
package_spec License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
utils Fix replacement of "Blender Foundation" in recent header change 2023-08-16 21:21:55 +10:00
windows Fix: make.bat showhash 2023-09-16 10:32:30 -06:00