Mercurial > mplayer.hg
comparison README @ 16170:7c5d6c82e5ed
libavuti
author | diego |
---|---|
date | Mon, 01 Aug 2005 23:43:40 +0000 |
parents | 48bc49869399 |
children | 83c1acef76d5 |
comparison
equal
deleted
inserted
replaced
16169:66a7b211a751 | 16170:7c5d6c82e5ed |
---|---|
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/libavformat | 74 STEP1: Installing FFmpeg libavcodec/libavutil/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. |
86 | 86 |
87 To get the FFmpeg sources, use the following commands in a suitable directory | 87 To get the FFmpeg sources, use the following commands in a suitable directory |
88 outside the MPlayer source directory: | 88 outside the MPlayer source directory: |
89 | 89 |
90 cvs -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg login | 90 cvs -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg login |
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 |
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 subdirectories named 'libavcodec' and 'libavutil' inside will be created. |
95 linking does NOT suffice) this subdirectory into the MPlayer source tree. | 95 Copy (symbolic linking does NOT suffice) these subdirectories into the MPlayer |
96 source tree. | |
96 | 97 |
97 In order to force automatic updates of libavcodec when you update MPlayer, add | 98 In order to force automatic updates of libavcodec when you update MPlayer, add |
98 the following line to main/CVS/Entries: | 99 the following lines to main/CVS/Entries: |
99 | 100 |
100 D/libavcodec//// | 101 D/libavcodec//// |
102 D/libavutil//// | |
101 | 103 |
102 FFmpeg also contains libavformat, a library to decode container formats that | 104 FFmpeg also contains libavformat, a library to decode container formats that |
103 can optionally be used to extend MPlayer's container format support. Get it | 105 can optionally be used to extend MPlayer's container format support. If you |
104 from FFmpeg CVS by the same steps outlined above for libavcodec, just | 106 wish to use it, also copy the libavformat subdirectory into the MPlayer |
105 substitute libavcodec by libavformat everywhere. | 107 source tree and add another line to main/CVS/Entries. |
106 | 108 |
107 | 109 |
108 _______________________________ | 110 _______________________________ |
109 STEP2: Installing Binary Codecs | 111 STEP2: Installing Binary Codecs |
110 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 112 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |