---
 doc/general.texi |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/doc/general.texi b/doc/general.texi
index dc7e8bb..008307f 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -809,13 +809,20 @@ bash directly to work around this:
 bash ./configure
 @end example
 
+@anchor{Darwin}
 @subsection Darwin (MacOS X, iPhone)
 
+The toolchain provided with Xcode is sufficient to build the basic
+unacelerated code.
+
 MacOS X on PowerPC or ARM (iPhone) requires a preprocessor from
 @url{http://github.com/yuvi/gas-preprocessor} to build the optimized
 assembler functions. Just download the Perl script and put it somewhere
 in your PATH, Libav's configure will pick it up automatically.
 
+MacOS X on amd64 and x86 requires @command{yasm} to build most of the
+optimized assembler functions.
+
 @section Windows
 
 @subsection Native Windows compilation
-- 
1.7.8.rc1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to