From ee9455478f94f96e1144658a1c88dc8d83eb0b4d Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Mon, 12 Apr 2010 11:27:41 +0000
Subject: [PATCH] Fix extra object path in Solaris section.

Originally committed as revision 22850 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 doc/general.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/general.texi b/doc/general.texi
index d0370df6613..3637682a2a3 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
-- 
GitLab