On Tue, Sep 23, 2008 at 02:54:07PM -0400, Adam Plumb <[EMAIL PROTECTED]> wrote: > gcc -DHAVE_CONFIG_H png2swf.o -o png2swf ../lib/librfxswf.a ../lib/libbase.a > -L/usr/local/lib -L/root/test/swftoolsbuild/lib -lz -lm > png2swf.o(.text+0x258b): In function `MovieAddFrame': > png2swf.c: undefined reference to `swf_SetJPEGBits3' > png2swf.o(.text+0x25d1):png2swf.c: undefined reference to `swf_SetJPEGBits2' > collect2: ld returned 1 exit status > make[1]: *** [png2swf] Error 1 > make[1]: Leaving directory `/root/test/swftools-2008-09-22-1956/src' > make: *** [all] Error 2
Looks like you're missing the jpeg library. Did configure output any warnings? > BTW, if swfrender is not the correct tool for this job, I'd appreciate it if > someone could point me in the right direction. Depends on what kind of SWF files you're going to throw at it. It works fine for files generated by pdf2swf, png2swf and jpeg2swf, but will most probably fail for any SWFs you find "in the wild". Greetings Matthias
