summaryrefslogtreecommitdiff
path: root/doc/optimization.txt
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-12-25 15:49:50 +0000
committerDiego Biurrun <diego@biurrun.de>2008-12-25 15:49:50 +0000
commit0fa5f24c3bb047d4aee52e968b94fb5d8699b8b3 (patch)
tree1e1c201e8d66574c6b34c08cecfd87ff89923f08 /doc/optimization.txt
parentddaf298cee875364dc65f9b87c085a7ff04bea1f (diff)
Change mplayerhq.hu references to ffmpeg.org where appropriate.
Originally committed as revision 16310 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/optimization.txt')
-rw-r--r--doc/optimization.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/optimization.txt b/doc/optimization.txt
index ddfaecde6e..5469adc836 100644
--- a/doc/optimization.txt
+++ b/doc/optimization.txt
@@ -18,7 +18,7 @@ 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.mplayerhq.hu/ffmpeg/trunk/).
+http://svn.ffmpeg.org/ffmpeg/trunk/).
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