From owner-freebsd-questions Mon Apr 12 5:55:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id A216215505 for ; Mon, 12 Apr 1999 05:55:38 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id OAA16425 for ; Mon, 12 Apr 1999 14:53:51 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [146.180.31.23]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id OAA24662 for ; Mon, 12 Apr 1999 14:52:57 +0200 (MET DST) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.9.3/8.9.3) id OAA24260 for ; Mon, 12 Apr 1999 14:53:19 +0200 (CEST) Date: Mon, 12 Apr 1999 14:53:16 +0200 From: Andre Albsmeier To: Patrick Gardella Cc: Andre Albsmeier , ports@FreeBSD.ORG, Nathan Ahlstrom , freebsd-questions@FreeBSD.ORG, David Kelly , Jonathan Belson Subject: Re: viewing .AVI files? Message-ID: <19990412145316.A24837@internal> References: <19990412120924.A15464@internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Patrick Gardella on Mon, Apr 12, 1999 at 08:36:05AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >> > >> --- Makefile.ORI Mon Apr 12 10:57:50 1999 > >> +++ Makefile Mon Apr 12 10:53:29 1999 > >> @@ -18,8 +18,8 @@ > >> EXTRACT_ONLY= ${DISTNAME}.tar.gz > >> USE_IMAKE= yes > >> MAN1= xanim.1 > >> -MAKE_ENV= XA_IV32_DEF=-DXA_INDEO \ > >> - XA_CVID_DEF=-DXA_CINEPAK \ > >> +MAKE_ENV= XA_IV32_DEF=-DXA_IV32 \ > >> + XA_CVID_DEF=-DXA_CVID \ > >> XA_CYUV_DEF=-DXA_CYUV > >> > >> .include > > > > > > One more followup: I even managed to use the external loadable > > modules > > from ftp://xanim.va.pubnix.com/modules :-) This is what I have done: > > > > 1. mget *c5.tgz from ftp://xanim.va.pubnix.com/modules > > 2. gunzip and untar them all > > 3. mv vid*.xa to /some/dir > > 4. export XANIM_MOD_DIR=/some/dir > > 5. export LD_LIBRARY_PATH=/compat/linux/lib (linux emu must be > > installed of course). > > 6. run xanim 2.80.0 from the ports > > > > Step 5 is only neccessary to satisfy the need for _IO_stderr_ needed > > by some > > of the vid*.xa files. This is a hack and there is surely a more > > elegant solution... > > > > Now, I finally got indeo 4.1 and indeo 5.0 support!!! > > Just a note: The download directory is dlls, instead of modules. The > dlls are tiny (57K or so). Oops, right, sorry. I had ftp://xanim.va.pubnix.com/dlls/ in the one window and ftp://xanim.va.pubnix.com/modules/ in the other. Apparently, dll reminded me of Micro$oft and so I refused to type it :-) One more thing: It appears that the vid*.xa files need to be in a specific order to get loaded dynamically by xanim. I have copied the iv* stuff before all others to /some/dir... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message