[MPlayer-DOCS] CVS: homepage/src dload.src.en,1.59,1.60
Diego Biurrun CVS
syncmail at mplayerhq.hu
Tue May 11 15:21:02 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/homepage/src
In directory mail:/var2/tmp/cvs-serv7688/src
Modified Files:
dload.src.en
Log Message:
libavcodec is necessary to make CVS MPlayer fully functional.
Index: dload.src.en
===================================================================
RCS file: /cvsroot/mplayer/homepage/src/dload.src.en,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- dload.src.en 11 May 2004 03:32:29 -0000 1.59
+++ dload.src.en 11 May 2004 13:20:59 -0000 1.60
@@ -1277,8 +1277,9 @@
<p>
<font class="text">
- When asked for a password, just hit enter. A directory named 'main' will be
- created. You can later update your sources by saying
+ When asked for a password, just hit enter. A directory named
+ <code>main</code> will be created. You can later update your sources
+ by saying
</font>
</p>
@@ -1296,6 +1297,43 @@
</p>
<p>
+ <font class="text">
+ CVS MPlayer is not fully functional without a copy of the
+ <code>libavcodec</code> codec library from
+ <a href="http://ffmpeg.org">FFmpeg</a>. Get FFmpeg CVS via
+ </font>
+</p>
+
+<p>
+ <font class="text">
+ <pre>
+ cvs -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg login
+ cvs -z3 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg co -P ffmpeg/libavcodec
+ </pre>
+ </font>
+</p>
+
+<p>
+ <font class="text">
+ When asked for a password, just hit enter. A directory named
+ <code>ffmpeg</code> will be created. Copy the <code>libavcodec</code>
+ subdirectory into the <code>main</code> directory just created from the
+ MPlayer checkout.
+ </font>
+</p>
+
+<p>
+ <font class="text">
+ In order to force automatic updates of libavcodec when you update MPlayer,
+ add the following line
+ <pre>
+ D/libavcodec////
+ </pre>
+ to <code>main/CVS/Entries</code>.
+ </font>
+</p>
+
+<p>
<a name="viewcvs">
<font class="bigheader">Browsing MPlayer CVS by HTTP</font></a>
</p>
@@ -1335,6 +1373,7 @@
</font>
</p>
+<br>
<!-- content end -->
More information about the MPlayer-DOCS
mailing list