diff options
author | Martin Storsjö <martin@martin.st> | 2014-03-12 13:46:04 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-03-16 20:54:46 +0200 |
commit | d791e8c990a752435d993df01516ebe469d94535 (patch) | |
tree | 2eb6d1ea1d27aaa5e9a4fa51cb2b794f36e06f4f | |
parent | f1a2364cebe472a98a5ea157071f4eee4429ce9f (diff) | |
download | ffmpeg-d791e8c990a752435d993df01516ebe469d94535.tar.gz |
doc: Point to the correct, actually maintained gas-preprocessor repo
Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit d15c536123a44362ace6299c391a492c90b83fc7)
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | doc/platform.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/platform.texi b/doc/platform.texi index da08962e01..c2a73033db 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -51,8 +51,8 @@ The toolchain provided with Xcode is sufficient to build the basic unacelerated code. OS 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 +@url{git://git.libav.org/gas-preprocessor.git} to build the optimized +assembler 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 |