diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-06-09 09:55:57 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-06-09 09:55:57 +0000 |
commit | 2b165e2901d2ed2e6fcac52cc2f18c9a559ddd49 (patch) | |
tree | 6814ffa1cd827eb440000b619e674a6bd7366948 | |
parent | 1c1b5a4094b96e020374e933a662c9b547169a37 (diff) | |
download | ffmpeg-2b165e2901d2ed2e6fcac52cc2f18c9a559ddd49.tar.gz |
www1.mplayerhq.hu --> lists.mplayerhq.hu
Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 | ||||
-rw-r--r-- | doc/optimization.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 54e6ed07be..48a203e25c 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -1328,7 +1328,7 @@ verify that there are no big problems. Patches should be posted as base64 encoded attachments (or any other encoding which ensures that the patch won't be trashed during transmission) to the ffmpeg-devel mailing list, see -@url{http://www1.mplayerhq.hu/mailman/listinfo/ffmpeg-devel} +@url{http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel} It also helps quite a bit if you tell us what the patch does (for example 'replaces lrint by lrintf'), and why (for example '*BSD isn't C99 compliant diff --git a/doc/optimization.txt b/doc/optimization.txt index 9cf05a8f68..26c5ae64c8 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -21,7 +21,7 @@ comprehend the instructions, it could help understanding the functions and how they can be optimized. NOTE: If you still don't understand some function, ask at our mailing list!!! -(http://www1.mplayerhq.hu/mailman/listinfo/ffmpeg-devel) +(http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel) |