Commit b9cdefe2 authored by diego's avatar diego

Document minimum binutils requirements on Unix-like platforms.

based on a patch by Michael Kostylev, michael.kostylev gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22800 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 863ba4a1
...@@ -728,6 +728,19 @@ For information about compiling FFmpeg on OS/2 see ...@@ -728,6 +728,19 @@ For information about compiling FFmpeg on OS/2 see
@section Unix-like @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 @subsection BSD
BSD make will not build FFmpeg, you need to install and use GNU Make BSD make will not build FFmpeg, you need to install and use GNU Make
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment