On Monday 08 October 2001 23:43, Julian Missig wrote: > So I was configuring avifile-0.6 from CVS and I noticed the message: > configure: warning: > For optimal DivX playback performance you should install latest > divx4linux package to use divx4 plugin ( see http://www.projectmayo.com ) > > So I thought, hrmm, I'd like to try out the OpenDivX ;-) stuff, so I > went there and managed to get divx4linux from CVS (despite them saying > the module is DivX4Linux, it's divx4linux). However, all I see in there > is decore and an xmps plugin, no encore. The divxcore (Not DivXCore) > module contains decore and encore, but it doesn't seem to be exactly > easy to get working on Linux. > > configure.in, however, demands that I have encore2.h, which is not part > of decore, which is the only thing in divx4linux. The code for the > actual divx4 plugin even seems to be using encoding... > > So I was wondering where exactly can I get encore2.h (and the matching > library)?
http://download2.projectmayo.com/dnload/divx4linux/divx4linux-20010718.zip is the file to get (I think?!). Unzip it, copy the .h files in /usr/local/include and the so.0.0.0 files in /usr/local/lib (be sure to add /usr/local/lib in /etc/ld.so.conf if its not there already and run ldconfig). Then in /usr/local/lib/ make links from *.0.0.0 to *.so or gcc can't link them. _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
