Mercurial > mplayer.hg
changeset 16170:7c5d6c82e5ed
libavuti
author | diego |
---|---|
date | Mon, 01 Aug 2005 23:43:40 +0000 |
parents | 66a7b211a751 |
children | fd51fd1ff231 |
files | README |
diffstat | 1 files changed, 12 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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. _______________________________