diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-03-26 00:37:32 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-03-26 00:37:32 +0000 |
commit | 54dab567ba510957b8eeb985f660defeed225789 (patch) | |
tree | e30f85301f72b7ad25bd10f681544447972772f3 /doc/general.texi | |
parent | 82ba847ea4b571d7f20c7e16ae57db737ddd885c (diff) | |
download | ffmpeg-54dab567ba510957b8eeb985f660defeed225789.tar.gz |
Add FreeBSD subsection with compilation instructions.
Originally committed as revision 22686 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 53af7caed1..3956601859 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -720,6 +720,14 @@ performance on systems without hardware floating point support). BSD make will not build FFmpeg, you need to install and use GNU Make (@file{gmake}). +@subsection 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 +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 Windows To get help and instructions for building FFmpeg under Windows, check out |