Date: Mon, 12 Apr 1999 14:53:16 +0200 From: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> To: Patrick Gardella <patrick@cre8tivegroup.com> Cc: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>, ports@FreeBSD.ORG, Nathan Ahlstrom <nrahlstr@winternet.com>, freebsd-questions@FreeBSD.ORG, David Kelly <dkelly@hiwaay.net>, Jonathan Belson <jon@dookie.demon.co.uk> Subject: Re: viewing .AVI files? Message-ID: <19990412145316.A24837@internal> In-Reply-To: <XFMail.990412083605.patrick@cre8tivegroup.com>; from Patrick Gardella on Mon, Apr 12, 1999 at 08:36:05AM -0400 References: <19990412120924.A15464@internal> <XFMail.990412083605.patrick@cre8tivegroup.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> >>
> >> --- 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 <bsd.port.pre.mk>
> >
> >
> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990412145316.A24837>
