aboutsummaryrefslogtreecommitdiff
path: root/ports/ffmpeg/build.sh.in
AgeCommit message (Collapse)Author
2021-07-01[ffmpeg] multi arch support (#18635)omartijn
* Expand Architecture list with escape chars This expands the architecture lists with escape characters. When building FAT binaries for macos using multiple architectures in the values they need to be escaped otherwise they are passed on to CMake incorrectly #14932 * Adding the architecture fix to vcpkg-cmake port updating port vcpkg-cmake version * updated version in baseline * Allow building ffmpeg for multiple architectures on macOS Since ffmpeg does _not_ support multi-arch builds due to their use of autotools and config.h which then includes the wrong platform-dependent functions, we must perform two separate builds and join them using lipo * fixup! Allow building ffmpeg for multiple architectures on macOS * fixup! Allow building ffmpeg for multiple architectures on macOS Co-authored-by: Sander Cox <sander@paralleldimension.nl> Co-authored-by: Martijn Otto <martijn@resolume.com>
2020-09-03Fix ffmpeg build for PATH with spaces. (#13275)Rafael Kitover
Followup on 085225b7b. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2020-08-31[ffmpeg] Use nproc - 1 build jobs for ffmpeg instead of 6. (#12659)Rafael Kitover