Assorted build fixes for Cerbero
This PR addresses the following:
- Cerbero FFmpeg failing to build due to Binutils 2.31 being used (I used a LLVM-only option in !95 (merged), and that was added only in 2.37)
- Failure to detect the proper dumpbin executable with Microsoft supplied Clang (needed to test LTO for https://github.com/llvm/llvm-project/issues/64127)
- Hotfix to allow linking with BZip2 in Windows
- CLI building broken since the upgrade because parse_sources didn't cover libavdevice nor fftools
Fixes #37 (closed)
Edited by amyspark