From a6086a4f3109335675ef015348983b48233e7cc2 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 1 Aug 2005 21:00:07 +0000 Subject: libavutil is now needed, too. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16167 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/codecs.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'DOCS') 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 -- cgit v1.2.3