[MPlayer-dev-eng] [PATCH] Warning fixes

seru seru at gmx.net
Sat Dec 21 18:07:03 CET 2002


El sáb, 21 de dic de 2002, a las 06:02:37 +0100, seru dijo:
> First of all: what has happened to 'libavcodec' in CVS?
> While compiling it says (because it doesn't exist):
> 
>  make[2]: Leaving directory `/usr/src/MPlayer-CVS/main/libmpeg2'
> make: Entering an unknown directory
> make: *** libavcodec: No such file or directory.  Stop.
> make: Leaving an unknown directory
> make[2]: Entering directory `/usr/src/MPlayer-CVS/main/libao2'


     O O P S ! ! !
        
        : )

___________________________________
STEP1: Installing FFmpeg libavcodec
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you are using an official (pre)release, skip this step, since official
releases include libavcodec. CVS sources and CVS snapshots do not include
libavcodec. To verify if you do have libavcodec or not, check if the libavcodec
subdirectory in the MPlayer source tree is empty or not.

The FFmpeg project provides libavcodec, a very portable codec collection (among
the supported formats is MPEG4/DivX) with excellent quality and speed, that is
the preferred MPEG4/DivX codec of MPlayer. You have to get libavcodec directly
from the FFmpeg CVS server.

To get the FFmpeg sources, use the following commands in a suitable directory
outside the MPlayer source directory:

cvs -d:pserver:anonymous at cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg login
cvs -z3 -d:pserver:anonymous at cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co ffmpeg/libavcodec

When asked for a password, you can just hit enter.

Now, replace the empty libavcodec directory in the MPlayer source tree with the
FFmpeg libavcodec source by removing the libavcodec subdirectory in the MPlayer
source tree and then copying (symbolic linking does NOT suffice) the freshly
downloaded FFmpeg libavcodec directory back into the MPlayer source tree.

> [...]



More information about the MPlayer-dev-eng mailing list