libavformat

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13305 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-09-10 17:54:17 +00:00
parent 9e9aec9bf9
commit f1794afafa
1 changed files with 8 additions and 3 deletions

11
README
View File

@ -70,9 +70,9 @@ created. You can later update your sources by saying
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 @@ 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.
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