diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-04 20:02:27 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-04 20:02:27 +0000 |
commit | 377723b22c168eee7d79d029ca2598ff8b11ed14 (patch) | |
tree | 5d75f237e26664dc466278f0638e7cba94bc913e | |
parent | aad9f50751b86ddd7ae03c641c2673ba77dafd29 (diff) | |
download | ffmpeg-377723b22c168eee7d79d029ca2598ff8b11ed14.tar.gz |
Mention gas-preprocessor in documentation
Originally committed as revision 24047 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/general.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 561a8f12f6..471819e53e 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -782,6 +782,12 @@ bash directly to work around this: bash ./configure @end example +@subsection Darwin (MacOS X, iPhone) + +MacOS X on PowerPC or ARM (iPhone) requires a preprocessor from +@url{http://github.com/yuvi/gas-preprocessor} to build the optimized +assembler functions. + @section Windows To get help and instructions for building FFmpeg under Windows, check out |