[FFmpeg-cvslog] r22800 - trunk/doc/general.texi

diego subversion
Sun Apr 4 17:35:57 CEST 2010


Author: diego
Date: Sun Apr  4 17:35:56 2010
New Revision: 22800

Log:
Document minimum binutils requirements on Unix-like platforms.
based on a patch by Michael Kostylev, michael.kostylev gmail com

Modified:
   trunk/doc/general.texi

Modified: trunk/doc/general.texi
==============================================================================
--- trunk/doc/general.texi	Sun Apr  4 16:21:29 2010	(r22799)
+++ trunk/doc/general.texi	Sun Apr  4 17:35:56 2010	(r22800)
@@ -728,6 +728,19 @@ For information about compiling FFmpeg o
 
 @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:
+
+ at example
+$(gcc -print-prog-name=as) --version
+ at 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



More information about the ffmpeg-cvslog mailing list