[SCM] libav/experimental: Fix extra object path in Solaris section.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:05:58 UTC 2013


The following commit has been merged in the experimental branch:
commit ee9455478f94f96e1144658a1c88dc8d83eb0b4d
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Apr 12 11:27:41 2010 +0000

    Fix extra object path in Solaris section.
    
    Originally committed as revision 22850 to svn://svn.ffmpeg.org/ffmpeg/trunk

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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list