summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-10 17:54:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-10 17:54:17 +0000
commitf1794afafaf47c0badcd48e5787dc98a94b8301a (patch)
tree1b3ffe40cabf7a67721b82b47a81f092dec87bd7 /README
parent9e9aec9bf99838bf93c8470395c70f3bce0c8d29 (diff)
downloadmpv-f1794afafaf47c0badcd48e5787dc98a94b8301a.tar.bz2
mpv-f1794afafaf47c0badcd48e5787dc98a94b8301a.tar.xz
libavformat
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index be73d9c7cb..579527dd23 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
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+_______________________________________________
+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