mirror of
https://github.com/mpv-player/mpv
synced 2025-02-11 15:24:30 +01:00
libavformat
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13305 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9e9aec9bf9
commit
f1794afafa
11
README
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user