What do you mean by dlls? A shared version of libavcodec or a quartz.dll with libavcodec linked statically?
Bye, Christian
Message du 14/06/05 08:50 De : "Marcus Meissner" A : "Brian Vincent" Copie à : "Alexandre Julliard" , titan.costa@wanadoo.fr, wine-devel@winehq.com Objet : Re: [QUARTZ] Add FFMpeg video wrapper filter (take 3)
On Mon, Jun 13, 2005 at 11:08:00AM -0600, Brian Vincent wrote:
On 13 Jun 2005 18:11:14 +0200, Alexandre Julliard wrote:
If there's only a static lib then I guess it's fine. Is that the case on all major distros?
I just dug through a bunch of distros and no one ships ffmpeg by default. That includes Fedora 4, SuSE 9.2/9.3, Mandriva 10.1, and Slackware 10.1. It's marked "optional" on Debian sarge. I think I ran into this same issue with xine a while ago. I believe they ship ffmpeg, but can't remember.
SUSE does not ship it for the usual legal reasons.
I would suggest making this an addon package for distributions, to drop it right beside a normal WINE installation when needed. (with dlls and regsvr and .inf files or so).
Ciao, Marcus
On Tue, Jun 14, 2005 at 01:05:37PM +0200, Christian Costa wrote:
What do you mean by dlls? A shared version of libavcodec or a quartz.dll with libavcodec linked statically?
I meant seperate DLLs (dll.so files for WINE actually).
Is all needed to be in quartz.dll directly?
Or can you split off parts into quartz_codec1.dll , q_codec2.dll or similar?
Ciao, Marcus