diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2011-03-26 21:22:23 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-03-27 12:07:55 +0200 |
commit | c6c2dfcf15c1d93b2189adff6f71c5c4b6b05338 (patch) | |
tree | 9903e6a7d446594f496c2f7ad7fc300b835c4ed4 | |
parent | 15d59d2cea25cfd73bfe6ea03a498a62e24d0536 (diff) | |
download | ffmpeg-c6c2dfcf15c1d93b2189adff6f71c5c4b6b05338.tar.gz |
Remove arrozcru URL from documentation
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-rw-r--r-- | doc/faq.texi | 4 | ||||
-rw-r--r-- | doc/general.texi | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index bfaaaf49f4..27b26b6c3a 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -404,10 +404,6 @@ Yes, but the Cygwin or MinGW tools @emph{must} be used to compile Libav. Read the @emph{Windows} section in the Libav documentation to find more information. -To get help and instructions for building Libav under Windows, check out -the FFmpeg Windows Help Forum at -@url{http://ffmpeg.arrozcru.org/}. - @section Can you add automake, libtool or autoconf support? No. These tools are too bloated and they complicate the build. diff --git a/doc/general.texi b/doc/general.texi index 1bce042569..4636471eee 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -808,10 +808,6 @@ in your PATH, Libav's configure will pick it up automatically. @section Windows -To get help and instructions for building Libav under Windows, check out -the FFmpeg Windows Help Forum at -@url{http://ffmpeg.arrozcru.org/}. - @subsection Native Windows compilation Libav can be built to run natively on Windows using the MinGW tools. Install |