xvidcore-1.x and the dshow, vfw filter compiled for i686-pc-mingw32 INSTALL ------- To install the Xvid Video for Windows codec * Unzip the xvid mingw zip file into some random directory. * Simply right-click the "xvid.inf" and select "Install" from the context menu. USED BUILD INSTRUCTIONS ----------------------- See platform.inc. No SMP support, with pthread (since 2006). For the 1.0.1 release: ---------------------- wget http://files.xvid.org/downloads/xvidcore-1.0.1.tar.bz2 tar xfj xvidcore-1.0.1.tar.bz2 cd xvidcore-1.0.1/build/generic ./configure --host=i686-pc-mingw32 --build=i686-pc-mingw32 make make install cd ../../vfw/bin make cp /usr/local/lib/xvidcore.dll . make install For the 1.1 releases: ---------------------- wget http://downloads.xvid.org/downloads/xvidcore-1.1.0-beta2.tar.bz2 tar xfj xvidcore-1.1.0-beta2.tar.bz2 cd xvidcore-1.1.0-beta2/build/generic ./configure --host=i686-pc-mingw32 --build=i686-pc-mingw32 make make install cd ../../vfw/bin make make install cd ../../dshow make make install For the latest CVS snapshot: ---------------------------- wget http://downloads.xvid.org/downloads/xvid_latest.tar.gz tar xfz xvid_latest.tar.gz cd xvid_`date +"%Y%m%d"`/xvidcore/build/generic ./bootstrap.sh ./configure --host=i686-pc-mingw32 --build=i686-pc-mingw32 make make install cd ../../vfw/bin make cp /usr/local/lib/xvidcore.dll . make install cd ../../dshow make DXTREE=/cygdrive/p/DX90SDK DSHOW FILTER ------------ Since 20040805 I also build xvid.ax, the DirectShow filter. Otherwise 20040805 is not different to 20040803. See http://www.discdude.net/xvid/compile.html and above. But I rather recommend to use the ffdshow dshow filter. http://sourceforge.net/projects/ffdshow/ -- Reini Urban http://rurban.xarch.at/software/xvid/