diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-02-07 17:17:30 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-09 03:33:54 +0100 |
commit | 2eed5288d2bb5071fb0e0847921a9d38f1045af8 (patch) | |
tree | 12e69310f1b246c99139e519980a7f55893d1551 /doc/optimization.txt | |
parent | 3e2a4e91bdc1c88927a68f6025b1877530d102f1 (diff) | |
download | ffmpeg-2eed5288d2bb5071fb0e0847921a9d38f1045af8.tar.gz |
Documentation updates for the git migration
This cleanup patch updates the developer documentation with respect to
the migration to the git scm.
(cherry picked from commit 87800dc2bf8f2724a99e51bb079ad7fb4b9dfd3b)
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 5d51235983..08954f9973 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -17,8 +17,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 recommended to look at older -revisions of the interesting files (for a web frontend try ViewVC at -http://svn.ffmpeg.org/ffmpeg/trunk/). +revisions of the interesting files (web frontends for the various FFmpeg +branches are listed at http://ffmpeg.org/download.html). Alternatively, look into the other architecture-specific versions in the x86/, ppc/, alpha/ subdirectories. Even if you don't exactly comprehend the instructions, it could help understanding the functions |