Mercurial > mplayer.hg
comparison README @ 13304:a8925b9fc147
libavformat
author | diego |
---|---|
date | Fri, 10 Sep 2004 17:54:17 +0000 |
parents | 28347c761182 |
children | 09298a8ba1eb |
comparison
equal
deleted
inserted
replaced
13303:2571b2e0c0b4 | 13304:a8925b9fc147 |
---|---|
68 cvs -z3 update -dPA | 68 cvs -z3 update -dPA |
69 | 69 |
70 from within that directory. | 70 from within that directory. |
71 | 71 |
72 | 72 |
73 ___________________________________ | 73 _______________________________________________ |
74 STEP1: Installing FFmpeg libavcodec | 74 STEP1: Installing FFmpeg libavcodec/libavformat |
75 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 75 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
76 | 76 |
77 If you are using an official (pre)release or a CVS snapshot, skip this step, | 77 If you are using an official (pre)release or a CVS snapshot, skip this step, |
78 since official releases include libavcodec. CVS sources do not include | 78 since official releases include libavcodec. CVS sources do not include |
79 libavcodec. To verify if you do have libavcodec or not, check if a subdirectory | 79 libavcodec. To verify if you do have libavcodec or not, check if a subdirectory |
80 named 'libavcodec' exists in the MPlayer source tree. | 80 named 'libavcodec' exists in the MPlayer source tree. |
91 cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg/libavcodec | 91 cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg/libavcodec |
92 | 92 |
93 When asked for a password, you can just hit enter. A directory named 'ffmpeg' | 93 When asked for a password, you can just hit enter. A directory named 'ffmpeg' |
94 with a subdirectory named 'libavcodec' inside will be created. Copy (symbolic | 94 with a subdirectory named 'libavcodec' inside will be created. Copy (symbolic |
95 linking does NOT suffice) this subdirectory into the MPlayer source tree. | 95 linking does NOT suffice) this subdirectory into the MPlayer source tree. |
96 | |
97 FFmpeg also contains libavformat, a library to decode container formats that | |
98 can optionally be used to extend MPlayer's container format support. Get it | |
99 from FFmpeg CVS by the same steps outlined above for libavcodec, just | |
100 substitute libavcodec by libavformat everywhere. | |
96 | 101 |
97 | 102 |
98 _______________________________ | 103 _______________________________ |
99 STEP2: Installing Binary Codecs | 104 STEP2: Installing Binary Codecs |
100 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 105 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |