ffmpeg-on-apple-silicon
ffmpeg-on-apple-silicon copied to clipboard
Build ffmpeg for ARM-based Apple Silicon Macs
``` hb-subset-cff1.cc:405:33: error: variable 'supp_size' set but not used [-Werror,-Wunused-but-set-variable] unsigned int size0, size1, supp_size; ^ 1 error generated. make[4]: *** [libharfbuzz_subset_la-hb-subset-cff1.lo] Error 1 make[4]: *** Waiting for unfinished jobs.......
I alway get the error `ld: symbol(s) not found for architecture arm64` when trying to execute the build script. Any advice?
everything went fine until it didn't.. Running macOS 12.0.1 on m1 max The error: `ld: symbol(s) not found for architecture arm64` `clang: error: linker command failed with exit code 1...
It seems there is no ffplay bin file after the compilation?
The resulting ffmpeg binary depends on `workdir/sw/lib/libass.9.dylib` and thus can't be move around easily. This could be a consequence of this typo: ``` $ otool -L workdir/sw/bin/ffmpeg | grep tmp...
Take what you will, etc. :) * Add OpenSSL (though TBH there may be a bit of magic there...) - instructions from https://cutecoder.org/programming/compile-open-ssl-apple-silicon/ (note the commenter using 1.1.1i specifically, and...
I have to disable the following libraries to run the build script successfully. build_aom build_vidstab build_snappy
``` ... -- Performing Test HAVE_CXX_FLAG - Success Checking C compiler flag support for: -mavx2 -- Performing Test HAVE_C_FLAG -- Performing Test HAVE_C_FLAG - Success Checking C compiler flag support...
I apologize that this is not an issue at all. I successfully did build using this file and your contribution. However I have no clue where this ffmpeg is installed....