diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml
index bc98c76aa4..95c8413b2d 100644
--- a/DOCS/xml/en/codecs.xml
+++ b/DOCS/xml/en/codecs.xml
@@ -235,13 +235,15 @@ and offers the most features. In order to achieve this do:
cvs -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg login
- cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co -P ffmpeg/libavcodec
+ cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co -P ffmpeg/libavcodec ffmpeg/libavutil
- Move the libavcodec directory from the FFmpeg
+ Move the libavcodec and libavutil
+ directories from the FFmpeg
sources to the root of the MPlayer CVS tree.
It should look like this:
main/libavcodec
+ main/libavutil
Symlinking is not enough, you have to
copy/move it!
@@ -252,6 +254,7 @@ and offers the most features. In order to achieve this do:
MPlayer CVS, put the following line into the
main/CVS/Entries file:
D/libavcodec////
+ D/libavutil////
Compile. configure should detect problems before