X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fplatform.texi;h=86dab54091e75359cde1b96fa1e3defd7dad1c0f;hb=a3c479fc49659e86abd11e92e2f2ddd8923b0559;hp=c999383acbda157ae1db091e59aaec861b188531;hpb=1c5aa64a5927573a875934404d15f76e968f1e8d;p=ffmpeg diff --git a/doc/platform.texi b/doc/platform.texi index c999383acbd..86dab54091e 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -53,11 +53,11 @@ unacelerated code. Mac OS X on PowerPC or ARM (iPhone) requires a preprocessor from @url{https://github.com/FFmpeg/gas-preprocessor} or @url{https://github.com/yuvi/gas-preprocessor}(currently outdated) to build the optimized -assembler functions. Put the Perl script somewhere +assembly functions. Put the Perl script somewhere in your PATH, FFmpeg's configure will pick it up automatically. Mac OS X on amd64 and x86 requires @command{yasm} to build most of the -optimized assembler functions. @uref{http://www.finkproject.org/, Fink}, +optimized assembly functions. @uref{http://www.finkproject.org/, Fink}, @uref{http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml, Gentoo Prefix}, @uref{https://mxcl.github.com/homebrew/, Homebrew} or @uref{http://www.macports.org, MacPorts} can easily provide it.