From 463a7cde563fd805864c48a76dd1b03fc24671ed Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 18 Jun 2014 16:21:00 +0200 Subject: Differentiate assembler and assembly in documentation and comments The language and the program that consumes the language are not the same. --- doc/platform.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/platform.texi') diff --git a/doc/platform.texi b/doc/platform.texi index 45ec2754d9..356ee2f747 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -52,11 +52,11 @@ unacelerated code. OS X on PowerPC or ARM (iPhone) requires a preprocessor from @url{git://git.libav.org/gas-preprocessor.git} to build the optimized -assembler functions. Put the Perl script somewhere +assembly functions. Put the Perl script somewhere in your PATH, Libav's configure will pick it up automatically. OS X on AMD64 and x86 requires @command{yasm} to build most of the -optimized assembler functions @url{http://mxcl.github.com/homebrew/, Homebrew}, +optimized assembly functions @url{http://mxcl.github.com/homebrew/, Homebrew}, @url{http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml, Gentoo Prefix} or @url{http://www.macports.org, MacPorts} can easily provide it. -- cgit v1.2.3