diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-08-06 10:01:31 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-08-06 10:01:31 +0000 |
commit | 06a2ba230bed69db7d30cf00bb73e7da56bd1819 (patch) | |
tree | 4906c165dba1152a0f5650035e3152d1ce248801 /doc | |
parent | 71cb41dbc2624417661aa29f19c05590ecadf95a (diff) | |
download | ffmpeg-06a2ba230bed69db7d30cf00bb73e7da56bd1819.tar.gz |
Extend the gas-preprocessor section with basic installation instructions.
Originally committed as revision 24713 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index bee34e4347..68fae984b9 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -790,7 +790,8 @@ bash ./configure MacOS X on PowerPC or ARM (iPhone) requires a preprocessor from @url{http://github.com/yuvi/gas-preprocessor} to build the optimized -assembler functions. +assembler functions. Just download the Perl script and put it somewhere +in your PATH, FFmpeg's configure will pick it up automatically. @section Windows |