summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-23 03:12:28 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-23 03:12:28 +0100
commitdde996bf999a2b4ec155e78a7b6b1cd66830fb9d (patch)
tree51f135e8105fdea2389ba9aae5aa6ef0808ecf0e
parentcad2958fd7ca3f4aef88170f87652b165088b3e6 (diff)
parent0f42e06651c9c4d7581b70b9ad2b160c2525094f (diff)
downloadffmpeg-dde996bf999a2b4ec155e78a7b6b1cd66830fb9d.tar.gz
Merge commit '0f42e06651c9c4d7581b70b9ad2b160c2525094f' into release/2.2
* commit '0f42e06651c9c4d7581b70b9ad2b160c2525094f': doc: Point to the correct, actually maintained gas-preprocessor repo Conflicts: doc/platform.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--doc/platform.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/platform.texi b/doc/platform.texi
index 934a3ae317..f5bfd256c7 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -51,8 +51,9 @@ The toolchain provided with Xcode is sufficient to build the basic
unacelerated code.
Mac OS X on PowerPC or ARM (iPhone) requires a preprocessor from
+@url{https://github.com/FFmpeg/gas-preprocessor} or
@url{http://github.com/yuvi/gas-preprocessor} to build the optimized
-assembler functions. Just download the Perl script and put it somewhere
+assembler 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