Commit e71dc1e6 authored by diego's avatar diego

Fix extra object path in Solaris section.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22850 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2f9c562f
......@@ -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
......
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