Re: [HELP] Quartz and FFMpeg question
Message du 09/03/05 13:31 De : "Francois Gouget" A : "Christian Costa" Copie à : "wined" Objet : Re: [HELP] Quartz and FFMpeg question
On Tue, 8 Mar 2005, Christian Costa wrote: [...]
At least here (Debian) mplayer depends on the libavcodec package instead of copying the source (but it's a bit of a special case as they come from a third-party package repository).
This is surprising because libavcodec and libavformat are static libraries so once the binary is generated there is no more dependency.
IIRC this third-party repository contains both the libavcodec package and the mplayer package so I suspect the two are very closely tied together.
Yup. CVS repository are also hosted on the same site, the mplayer's one. Building mplayer from CVS requires first to build FFMpeg from its CVS repository too. Christian
On Wed, Mar 09, 2005 at 06:33:44PM +0100, Christian Costa wrote:
IIRC this third-party repository contains both the libavcodec package and the mplayer package so I suspect the two are very closely tied together.
Yup. CVS repository are also hosted on the same site, the mplayer's one. Building mplayer from CVS requires first to build FFMpeg from its CVS repository too.
The trick is to check out the ffmpeg cvs, move the libavcodec directory into the top level mplayer cvs directory and add the following line to mplayers top level CVS/Entries: D/libavcodec//// After that, libavcodec will be checked out automagically each time you do a cvs up in mplayer. Ciao Joerg -- Joerg Mayer <jmayer(a)loplof.de> We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology.
participants (2)
-
Christian Costa -
Joerg Mayer