diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-04-24 13:27:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-24 13:31:36 +0200 |
commit | 47ec6546d240e3d9a8f76f25e127dcb4a3a9f7b9 (patch) | |
tree | 7c13e46f189d4b6c405a0ca013410f22205850e7 | |
parent | 13e69cc5fa60a7e2bccedc4f59a16c1abcec6b8b (diff) | |
download | ffmpeg-47ec6546d240e3d9a8f76f25e127dcb4a3a9f7b9.tar.gz |
Drop section describung now unneeded workarounds for BSD
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/general.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/general.texi b/doc/general.texi index 05ce0a0550..3520a3b766 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -789,14 +789,6 @@ to configure. BSD make will not build FFmpeg, you need to install and use GNU Make (@file{gmake}). -@subsubsection FreeBSD, DragonFly BSD - -These systems 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. - @subsection (Open)Solaris GNU Make is required to build FFmpeg, so you have to invoke (@file{gmake}), |