# HG changeset patch # User diego # Date 1094838857 0 # Node ID a8925b9fc147231ac61e2de5eb24b15d45adc151 # Parent 2571b2e0c0b40b5098599cbdfc8b2033e3ead491 libavformat diff -r 2571b2e0c0b4 -r a8925b9fc147 README --- a/README Fri Sep 10 16:39:31 2004 +0000 +++ b/README Fri Sep 10 17:54:17 2004 +0000 @@ -70,9 +70,9 @@ from within that directory. -___________________________________ -STEP1: Installing FFmpeg libavcodec -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +_______________________________________________ +STEP1: Installing FFmpeg libavcodec/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 @@ -94,6 +94,11 @@ with a subdirectory named 'libavcodec' inside will be created. Copy (symbolic linking does NOT suffice) this subdirectory into the MPlayer source tree. +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. + _______________________________ STEP2: Installing Binary Codecs