summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-04-12 11:27:41 +0000
committerDiego Biurrun <diego@biurrun.de>2010-04-12 11:27:41 +0000
commitee9455478f94f96e1144658a1c88dc8d83eb0b4d (patch)
tree2cf4f6a10362e372a2a3e7b70ba168a009b37e73 /doc
parent766fefe8e275c693c5acd7b2d7555b2df6e7751a (diff)
Fix extra object path in Solaris section.
Originally committed as revision 22850 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/general.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi
index d0370df661..3637682a2a 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -758,7 +758,7 @@ getting the system headers fixed.
GNU Make is required to build FFmpeg, so you have to invoke (@file{gmake}),
standard Solaris Make will not work. When building with a non-c99 front-end
-(gcc, generic suncc) add either @code{--extra-libs=/usr/lib/32/values-xpg6.o}
+(gcc, generic suncc) add either @code{--extra-libs=/usr/lib/values-xpg6.o}
or @code{--extra-libs=/usr/lib/64/values-xpg6.o} to the configure options
since the libc is not c99-compliant by default. The probes performed by
configure may raise an exception leading to the death of configure itself