Closed 0x1306a94 closed 8 years ago
@singcodes I386 x86_64 both architecture should be corresponding to the big Mac OSX both 32-bit and 64 - bit
Website provides the executable file In OSX platform As if can only be used to simulation terminal NSTask this
How can i use this script to compile for OSX library which i can use from xcode ?
You don't need this script for macOS. Just do ./configure; make install
. You may need to install some tools though.
@kewlbear @rorlich I use this (FFmpeg-iOS-build-script) script compile the i386 x86_64 Then import Mac OSX project The project more successful compilation, and running There was a problem but using ffmpeg decoding
if (avformat_open_input(&pFormatCtx, [path UTF8String], NULL, NULL) != 0) {
// This step would have failed video file is normal All can use in iOS ffmpeg decoding
NSLog(@"Failed to open the file");
return;
}
It doesn't seem to be related with the script. But you should check error code.
How do I compile, can use the Mac OSX platform