From 36cb992b54ecf1dac26c4408a7c99d4f5ead9f5e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 12 Sep 2007 10:04:44 +0000 Subject: [PATCH] link fixes Originally committed as revision 10480 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/faq.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/faq.texi b/doc/faq.texi index 3af5bf4327..daa2dc3451 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -151,7 +151,7 @@ Choose a different codec with the -vcodec command line option. @section ffmpeg does not work; What is wrong? Try a 'make distclean' in the ffmpeg source directory before the build. If this does not help see -(@url{http://ffmpeg.org/bugreports.php}). +(@url{http://ffmpeg.org/bugreports.html}). @section How do I encode XviD or DivX video with ffmpeg? @@ -352,7 +352,7 @@ it implemented is to undertake the task yourself. Yes. Read the Developers Guide of the FFmpeg documentation. Alternatively, examine the source code for one of the many open source projects that -already incorporate ffmpeg at (@url{projects.php}). +already incorporate ffmpeg at (@url{projects.html}). @section Can you support my C compiler XXX?