diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-08-01 21:00:07 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-08-01 21:00:07 +0000 |
commit | a6086a4f3109335675ef015348983b48233e7cc2 (patch) | |
tree | 9f01328ac92d5441057e779bc61161fccf9d79d9 | |
parent | bd342e463af94e4e748fc6f096b6ebb275685932 (diff) |
libavutil is now needed, too.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16167 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/xml/en/codecs.xml | 7 |
1 files changed, 5 insertions, 2 deletions
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: <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 @@ and offers the most features. In order to achieve this do: <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 |