comparison README @ 11076:64329cda90c5

ffmpeg moved to MPlayerHQ
author gabucino
date Sat, 11 Oct 2003 08:04:26 +0000
parents 1fafac4b6abe
children 604a27a2b966
comparison
equal deleted inserted replaced
11075:e66868a44067 11076:64329cda90c5
88 from the FFmpeg CVS server. 88 from the FFmpeg CVS server.
89 89
90 To get the FFmpeg sources, use the following commands in a suitable directory 90 To get the FFmpeg sources, use the following commands in a suitable directory
91 outside the MPlayer source directory: 91 outside the MPlayer source directory:
92 92
93 cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ffmpeg login 93 cvs -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg login
94 cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ffmpeg co ffmpeg/libavcodec 94 cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg/libavcodec
95 95
96 When asked for a password, you can just hit enter. A directory named 'ffmpeg' 96 When asked for a password, you can just hit enter. A directory named 'ffmpeg'
97 with a subdirectory named 'libavcodec' inside will be created. Copy (symbolic 97 with a subdirectory named 'libavcodec' inside will be created. Copy (symbolic
98 linking does NOT suffice) this subdirectory into the MPlayer source tree. 98 linking does NOT suffice) this subdirectory into the MPlayer source tree.
99 99