diff options
author | Diego Biurrun | 2010-04-04 15:35:56 +0000 |
---|---|---|
committer | Diego Biurrun | 2010-04-04 15:35:56 +0000 |
commit | 1e4dd198aff2f1071b88aba6ae873745e9c18a81 (patch) | |
tree | 7ccb52e12b9729bff04060879933147992870e88 /doc | |
parent | 5b33a553763f5499c6627fb5cff0659e37edf22c (diff) |
Document minimum binutils requirements on Unix-like platforms.
based on a patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 22800 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 84416084e3..d0370df661 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -728,6 +728,19 @@ For information about compiling FFmpeg on OS/2 see @section Unix-like +Some parts of FFmpeg cannot be built with version 2.15 of the GNU +assembler which is still provided by a few AMD64 distributions. To +make sure your compiler really uses the required version of gas +after a binutils upgrade, run: + +@example +$(gcc -print-prog-name=as) --version +@end example + +If not, then you should install a different compiler that has no +hard-coded path to gas. In the worst case pass @code{--disable-asm} +to configure. + @subsection BSD BSD make will not build FFmpeg, you need to install and use GNU Make |