From 205db1107439080dcd0915e862ae15b3289f400d Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 1 Aug 2005 23:43:40 +0000 Subject: libavuti git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16171 b3059339-0415-0410-9bf9-f77b7e298cf2 --- README | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'README') diff --git a/README b/README index b3d81cedc3..8961748ebc 100644 --- a/README +++ b/README @@ -70,9 +70,9 @@ created. You can later update your sources by saying from within that directory. -_______________________________________________ -STEP1: Installing FFmpeg libavcodec/libavformat -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +_________________________________________________________ +STEP1: Installing FFmpeg libavcodec/libavutil/libavformat +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you are using an official (pre)release or a CVS snapshot, skip this step, since official releases include libavcodec. CVS sources do not include @@ -88,21 +88,23 @@ To get the FFmpeg sources, use the following commands in a suitable directory outside the MPlayer source directory: cvs -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg login -cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg/libavcodec +cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg When asked for a password, you can just hit enter. A directory named 'ffmpeg' -with a subdirectory named 'libavcodec' inside will be created. Copy (symbolic -linking does NOT suffice) this subdirectory into the MPlayer source tree. +with subdirectories named 'libavcodec' and 'libavutil' inside will be created. +Copy (symbolic linking does NOT suffice) these subdirectories into the MPlayer +source tree. In order to force automatic updates of libavcodec when you update MPlayer, add -the following line to main/CVS/Entries: +the following lines to main/CVS/Entries: D/libavcodec//// +D/libavutil//// FFmpeg also contains libavformat, a library to decode container formats that -can optionally be used to extend MPlayer's container format support. Get it -from FFmpeg CVS by the same steps outlined above for libavcodec, just -substitute libavcodec by libavformat everywhere. +can optionally be used to extend MPlayer's container format support. If you +wish to use it, also copy the libavformat subdirectory into the MPlayer +source tree and add another line to main/CVS/Entries. _______________________________ -- cgit v1.2.3