changeset 16166:2072443415ca

libavutil is now needed, too.
author reimar
date Mon, 01 Aug 2005 21:00:07 +0000
parents a9f7eff9e437
children c530f957d55c
files DOCS/xml/en/codecs.xml
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/codecs.xml	Mon Aug 01 20:16:56 2005 +0000
+++ b/DOCS/xml/en/codecs.xml	Mon Aug 01 21:00:07 2005 +0000
@@ -235,13 +235,15 @@
   <screen>cvs -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg login</screen>
   </para></step>
 <step><para>
-  <screen>cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co -P ffmpeg/libavcodec</screen>
+  <screen>cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co -P ffmpeg/libavcodec ffmpeg/libavutil</screen>
   </para></step>
 <step><para>
-  Move the <filename>libavcodec</filename> directory from the FFmpeg
+  Move the <filename>libavcodec</filename> and <filename>libavutil</filename>
+  directories from the FFmpeg
   sources to the root of the <application>MPlayer</application> CVS tree.
   It should look like this:
   <filename class="directory">main/libavcodec</filename>
+  <filename class="directory">main/libavutil</filename>
   </para><para>
   Symlinking is <emphasis role="bold">not</emphasis> enough, you have to
   copy/move it!
@@ -252,6 +254,7 @@
   <application>MPlayer</application> CVS, put the following line into the
   <filename>main/CVS/Entries</filename> file:
   <screen>D/libavcodec////</screen>
+  <screen>D/libavutil////</screen>
   </para></step>
 <step><para>
   Compile. <filename>configure</filename> should detect problems before