[MPlayer-DOCS] CVS: main/DOCS/xml/en codecs.xml,1.71,1.72

Reimar Döffinger CVS syncmail at mplayerhq.hu
Mon Aug 1 23:00:09 CEST 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv7386

Modified Files:
	codecs.xml 
Log Message:
libavutil is now needed, too.


Index: codecs.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/codecs.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- codecs.xml	23 Jul 2005 12:10:43 -0000	1.71
+++ codecs.xml	1 Aug 2005 21:00:07 -0000	1.72
@@ -235,13 +235,15 @@
   <screen>cvs -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg login</screen>
   </para></step>
 <step><para>
-  <screen>cvs -z3 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg co -P ffmpeg/libavcodec</screen>
+  <screen>cvs -z3 -d:pserver:anonymous at 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




More information about the MPlayer-DOCS mailing list