From: kramm Date: Thu, 20 May 2010 01:04:13 +0000 (-0700) Subject: fixed build X-Git-Tag: version-0-9-1~23 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=4b4b622c628d8916ae947452c1d7ff5e0922304b fixed build --- diff --git a/Makefile.in b/Makefile.in index 9c0fe46..ff6fe1d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,14 +9,12 @@ all install uninstall clean: @echo making $@ in lib... cd lib;$(MAKE) $@ @echo making $@ in lib/pdf... - cd lib/pdf;$(MAKE) $@ + cd lib/pdf;$(MAKE) libgfxpdf @echo making $@ in lib... cd lib;$(MAKE) $@ @echo making $@ in lib/python... cd lib/python;$(MAKE) $@ @echo making $@ in lib/ruby... - cd lib/ruby;$(MAKE) $@ - @echo making $@ in src... cd src;$(MAKE) $@ @echo making $@ in avi2swf... cd avi2swf;$(MAKE) $@ diff --git a/lib/devices/record.c b/lib/devices/record.c index 48b57f6..90fbfbf 100644 --- a/lib/devices/record.c +++ b/lib/devices/record.c @@ -46,7 +46,7 @@ #include "record.h" //#define STATS -#define COMPRESS_IMAGES +//#define COMPRESS_IMAGES //#define FILTER_IMAGES typedef struct _state { diff --git a/release.in b/release.in index eacce3a..0b8ba1a 100644 --- a/release.in +++ b/release.in @@ -35,6 +35,7 @@ ${name}/src/gif2swf.c \ ${name}/src/wav2swf.c \ ${name}/src/pdf2swf.c \ ${name}/src/pdf2pdf.c \ +${name}/lib/pdf/pdf2jpeg.c \ ${name}/src/swfc.c \ ${name}/src/swfc-feedback.c \ ${name}/src/swfc-history.c \ @@ -154,6 +155,8 @@ ${name}/lib/wav.h \ ${name}/lib/mp3.h \ ${name}/lib/xml.h \ ${name}/lib/xml.c \ +${name}/lib/ttf.h \ +${name}/lib/ttf.c \ ${name}/lib/modules/swfdraw.c \ ${name}/lib/modules/swfaction.c \ ${name}/lib/as3/assets.c \ @@ -224,6 +227,8 @@ ${name}/lib/gfxsource.h \ ${name}/lib/gfxtools.h \ ${name}/lib/gfxpoly.h \ ${name}/lib/gfxtools.c \ +${name}/lib/gfxfilter.h \ +${name}/lib/gfxfilter.c \ ${name}/lib/gfxpoly.c \ ${name}/lib/gfxpoly/active.c \ ${name}/lib/gfxpoly/active.h \ @@ -268,6 +273,10 @@ ${name}/lib/devices/bbox.c \ ${name}/lib/devices/bbox.h \ ${name}/lib/devices/ops.c \ ${name}/lib/devices/ops.h \ +${name}/lib/filters/alpha.c \ +${name}/lib/filters/one_big_font.c \ +${name}/lib/filters/vectors_to_glyphs.c \ +${name}/lib/filters/remove_font_transforms.c \ ${name}/lib/pdf/GFXOutputDev.h \ ${name}/lib/pdf/GFXOutputDev.cc \ ${name}/lib/pdf/BitmapOutputDev.h \