diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-02-07 17:17:30 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-02-08 22:07:02 +0100 |
commit | 87800dc2bf8f2724a99e51bb079ad7fb4b9dfd3b (patch) | |
tree | a544f7bc9e9dd5478858b01388cee3cc7c2d3cd8 /doc/optimization.txt | |
parent | ae2104791ffa8466d3f6972ed0793b2a165daabe (diff) | |
download | ffmpeg-87800dc2bf8f2724a99e51bb079ad7fb4b9dfd3b.tar.gz |
Documentation updates for the git migration
This cleanup patch updates the developer documentation with respect to
the migration to the git scm.
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 |