Hi guys, My ultimate goal is to convert an .avi to a .swf video file. ffmpeg does't support the swf format and the standard version of swftools, in etch, doesn't include avi2swf. So I tried to compile the swftools source, after installing zlib1g-dev, but I get
make making all in m4... cd m4;make all make[1]: Entering directory `/home/cricky/swftools-2009-02-11-1846/m4' make[1]: Leaving directory `/home/cricky/swftools-2009-02-11-1846/m4' making all in lib... cd lib;make all make[1]: Entering directory `/home/cricky/swftools-2009-02-11-1846/ lib' cd pdf;make libpdf make[2]: Entering directory `/home/cricky/swftools-2009-02-11-1846/lib/ pdf' make[2]: Nothing to be done for `libpdf'. make[2]: Leaving directory `/home/cricky/swftools-2009-02-11-1846/lib/ pdf' make[1]: Leaving directory `/home/cricky/swftools-2009-02-11-1846/lib' making all in lib/pdf... cd lib/pdf;make all make[1]: Entering directory `/home/cricky/swftools-2009-02-11-1846/lib/ pdf' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/cricky/swftools-2009-02-11-1846/lib/ pdf' making all in lib... cd lib;make all make[1]: Entering directory `/home/cricky/swftools-2009-02-11-1846/ lib' cd pdf;make libpdf make[2]: Entering directory `/home/cricky/swftools-2009-02-11-1846/lib/ pdf' make[2]: Nothing to be done for `libpdf'. make[2]: Leaving directory `/home/cricky/swftools-2009-02-11-1846/lib/ pdf' make[1]: Leaving directory `/home/cricky/swftools-2009-02-11-1846/lib' making all in lib/python... cd lib/python;make all make[1]: Entering directory `/home/cricky/swftools-2009-02-11-1846/lib/ python' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/cricky/swftools-2009-02-11-1846/lib/ python' making all in src... cd src;make all make[1]: Entering directory `/home/cricky/swftools-2009-02-11-1846/ src' gcc -DHAVE_CONFIG_H png2swf.o -o png2swf ../lib/librfxswf.a ../lib/ libbase.a -L/usr/local/lib -lz -lm png2swf.o: In function `MovieAddFrame': png2swf.c:(.text+0x2ae): undefined reference to `swf_SetJPEGBits2' collect2: ld returned 1 exit status make[1]: *** [png2swf] Error 1 make[1]: Leaving directory `/home/cricky/swftools-2009-02-11-1846/src' make: *** [all] Error 2 Any ideas would be appreciated. Thanks. Chris -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org