# HG changeset patch # User diego # Date 1122939820 0 # Node ID 7c5d6c82e5ed21ac44cdf74c06d3f702e9cefd83 # Parent 66a7b211a7516cbd1e50205041367ff537d54589 libavuti diff -r 66a7b211a751 -r 7c5d6c82e5ed README --- a/README Mon Aug 01 22:41:32 2005 +0000 +++ b/README Mon Aug 01 23:43:40 2005 +0000 @@ -70,9 +70,9 @@ 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 @@ 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. _______________________________