diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-03-26 09:56:57 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-03-26 09:56:57 +0000 |
commit | 3fd427cd194ca9bd486fb222277b03ee90a64384 (patch) | |
tree | 3be063b6212c485da275d2a24bd9745818fc1e3d | |
parent | f25b1c4b6b32bbf29e450ce59c8d65172e4e1bb8 (diff) | |
download | ffmpeg-3fd427cd194ca9bd486fb222277b03ee90a64384.tar.gz |
Add (Open)Solaris section to platform documentation.
Originally committed as revision 22693 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/general.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 145c56c073..5c3a3d4b5a 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -737,6 +737,13 @@ getting the system headers fixed. For information about compiling FFmpeg on OS/2 see @url{http://www.edm2.com/index.php/FFmpeg}. +@section (Open)Solaris + +GNU Make is required to build FFmpeg, so you have to invoke (@file{gmake}), +standard Solaris Make will not work. Depending on your system configuration +you might be using a non-POSIX-compatible default shell. Ensure that a +POSIX-compatible shell is in your path or invoke it directly. + @section Windows To get help and instructions for building FFmpeg under Windows, check out |