ffmpeg-static icon indicating copy to clipboard operation
ffmpeg-static copied to clipboard

fixes to work on OSX

Open stevedekorte opened this issue 13 years ago • 2 comments

To get it building on OSX 10.8 with Xcode 4.5 I had to:

add:

if [ -d "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk" ]; then osx_sdk_dir="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk" fi

To of libvpx-v1.0.0/build/make/configure.sh

Change the includes in libvpx-v1.0.0/build/make/gen_asm_deps.sh to:

includes=$(LC_ALL=C egrep -i "include +"[a-z0-9_/]+.${sfx}" $srcfile |

Get the latest libyasm and install it.

And add --cc=clang to the ffmpeg configure line in build.sh

stevedekorte avatar Sep 24 '12 04:09 stevedekorte

FTM, thanks so much for putting this project up - it was a big help! :)

stevedekorte avatar Sep 24 '12 04:09 stevedekorte

Thanks a lot @stevedekorte, I'm a big fan of your work.

zimbatm avatar Sep 28 '12 16:09 zimbatm