summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Kostylev <michael.kostylev@gmail.com>2010-04-03 09:45:46 +0000
committerDiego Biurrun <diego@biurrun.de>2010-04-03 09:45:46 +0000
commitbee694bc4ce2bb25afc50d5d885fab41c990909f (patch)
tree97372b620c5087edfde08f23304561cf43d02dca /doc
parent57a80d797e7ccf0bd454f6577eec2e0870fa2074 (diff)
Group Unix-like platforms together in the platform documentation.
patch by Michael Kostylev, michael.kostylev gmail com Originally committed as revision 22789 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/general.texi18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 7372056458..84416084e3 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -721,12 +721,19 @@ performance on systems without hardware floating point support).
BeOS support is broken in mysterious ways.
-@section BSD
+@section OS/2
+
+For information about compiling FFmpeg on OS/2 see
+@url{http://www.edm2.com/index.php/FFmpeg}.
+
+@section Unix-like
+
+@subsection BSD
BSD make will not build FFmpeg, you need to install and use GNU Make
(@file{gmake}).
-@subsection FreeBSD
+@subsubsection FreeBSD
FreeBSD will not compile out-of-the-box due to broken system headers.
Passing @code{--extra-cflags=-D__BSD_VISIBLE} to configure will work
@@ -734,12 +741,7 @@ around the problem. This may have unexpected sideeffects, so use it at
your own risk. If you care about FreeBSD, please make an attempt at
getting the system headers fixed.
-@section OS/2
-
-For information about compiling FFmpeg on OS/2 see
-@url{http://www.edm2.com/index.php/FFmpeg}.
-
-@section (Open)Solaris
+@subsection (Open)Solaris
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