diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-08 15:33:17 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-12 23:42:20 +0200 |
commit | 2cb6dec61c8e6676105de628ba20a5b3d162976e (patch) | |
tree | 83075ae2227f233ccea56bc1a046768a601a7cfd /doc/general.texi | |
parent | 028216b2c2d81f7fe918163c74b0a59cd327f2f7 (diff) | |
download | ffmpeg-2cb6dec61c8e6676105de628ba20a5b3d162976e.tar.gz |
doc: Improve references to external URLs.
Sometimes it makes sense to replace a raw URL with some informative text
that links to the URL instead of using the raw URL itself in the text.
Also transform some mailing list references into links.
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/general.texi b/doc/general.texi index c97a7575c8..ace464f024 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -836,7 +836,7 @@ noticeable when running make for a second time (for example in @code{make install}). @item In order to compile FFplay, you must have the MinGW development library -of SDL. Get it from @url{http://www.libsdl.org}. +of @uref{http://www.libsdl.org/, SDL}. Edit the @file{bin/sdl-config} script so that it points to the correct prefix where SDL was installed. Verify that @file{sdl-config} can be launched from the MSYS command line. @@ -1008,8 +1008,7 @@ Then configure Libav with the following options: (you can change the cross-prefix according to the prefix chosen for the MinGW tools). -Then you can easily test Libav with Wine -(@url{http://www.winehq.com/}). +Then you can easily test Libav with @uref{http://www.winehq.com/, Wine}. @subsection Compilation under Cygwin @@ -1048,8 +1047,8 @@ If you want to build Libav with additional libraries, download Cygwin libogg-devel, libvorbis-devel @end example -These library packages are only available from Cygwin Ports -(@url{http://sourceware.org/cygwinports/}) : +These library packages are only available from +@uref{http://sourceware.org/cygwinports/, Cygwin Ports}: @example yasm, libSDL-devel, libdirac-devel, libfaac-devel, libgsm-devel, |