diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-06-09 09:55:04 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-06-09 09:55:04 +0000 |
commit | 1c1b5a4094b96e020374e933a662c9b547169a37 (patch) | |
tree | 7cca8deb454f9174aebfaf0f5c5d4475c798b2d5 /doc/optimization.txt | |
parent | dc4ed3b14158b5b0a1e12f3e05119906523f2fc2 (diff) | |
download | ffmpeg-1c1b5a4094b96e020374e933a662c9b547169a37.tar.gz |
CVS --> Subversion
Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/optimization.txt')
-rw-r--r-- | doc/optimization.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/optimization.txt b/doc/optimization.txt index 011e9e4f0f..9cf05a8f68 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -13,8 +13,8 @@ Understanding these overoptimized functions: As many functions tend to be a bit difficult to understand because of optimizations, it can be hard to optimize them further, or write architecture-specific versions. It is recommened to look at older -CVS versions of the interesting files (just use ViewCVS at -http://www1.mplayerhq.hu/cgi-bin/cvsweb.cgi/ffmpeg/?cvsroot=FFMpeg). +revisions of the interesting files (for a web frontend try ViewVC at +http://svn.mplayerhq.hu/ffmpeg/trunk/). Alternatively, look into the other architecture-specific versions in the i386/, ppc/, alpha/ subdirectories. Even if you don't exactly comprehend the instructions, it could help understanding the functions |