X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=release.in;h=82f5e114f1bca0b429d8e2aacc18d16338a4c4f2;hb=32d67a1939759e1c2c36441fc925fffa99e457a7;hp=988218fa949445879650a43ea3d13afa45e16800;hpb=68a1dde7f325ab3e41c9f5b44e0f605910848f34;p=swftools.git diff --git a/release.in b/release.in index 988218f..82f5e11 100644 --- a/release.in +++ b/release.in @@ -30,8 +30,6 @@ ${name}/src/jpeg2swf.c \ ${name}/src/png2swf.c \ ${name}/src/gif2swf.c \ ${name}/src/wav2swf.c \ -${name}/src/wav.c \ -${name}/src/wav.h \ ${name}/src/swfc.c \ ${name}/doc/fileformat.sc \ ${name}/src/parser.yy.c \ @@ -64,6 +62,8 @@ ${name}/lib/png.h \ ${name}/lib/png.c \ ${name}/lib/drawer.c \ ${name}/lib/drawer.h \ +${name}/lib/mem.c \ +${name}/lib/mem.h \ ${name}/avi2swf/avi2swf.cc \ ${name}/avi2swf/videoreader.h \ ${name}/avi2swf/videoreader_avifile.hh \ @@ -88,6 +88,10 @@ ${name}/lib/modules/swfbits.c \ ${name}/lib/modules/swftools.c \ ${name}/lib/modules/swfcgi.c \ ${name}/lib/modules/swfsound.c \ +${name}/lib/mp3.c \ +${name}/lib/wav.c \ +${name}/lib/wav.h \ +${name}/lib/mp3.h \ ${name}/lib/modules/swfdraw.c \ ${name}/lib/modules/swfaction.c \ ${name}/lib/action/action.h \ @@ -141,14 +145,13 @@ ${name}/lib/os.h \ ${name}/lib/gfxdevice.h \ ${name}/lib/gfxtools.h \ ${name}/lib/gfxtools.c \ +${name}/lib/devices/swf.h \ +${name}/lib/devices/swf.c \ +${name}/lib/devices/file.h \ +${name}/lib/devices/file.c \ ${name}/pdf2swf/HOWTO_pdf2swf \ -${name}/pdf2swf/swfoutput.h \ -${name}/pdf2swf/swfoutput.cc \ -${name}/pdf2swf/encodings.cc \ ${name}/pdf2swf/SWFOutputDev.h \ ${name}/pdf2swf/SWFOutputDev.cc \ -${name}/pdf2swf/spline.h \ -${name}/pdf2swf/spline.cc \ ${name}/pdf2swf/pdf2swf.cc \ ${name}/pdf2swf/xpdf/Annot.cc \ ${name}/pdf2swf/xpdf/Annot.h \ @@ -160,6 +163,8 @@ ${name}/pdf2swf/xpdf/BuiltinFontTables.cc \ ${name}/pdf2swf/xpdf/BuiltinFontTables.h \ ${name}/pdf2swf/xpdf/CMap.cc \ ${name}/pdf2swf/xpdf/CMap.h \ +${name}/pdf2swf/xpdf/SecurityHandler.cc \ +${name}/pdf2swf/xpdf/SecurityHandler.h \ ${name}/pdf2swf/xpdf/Catalog.cc \ ${name}/pdf2swf/xpdf/Catalog.h \ ${name}/pdf2swf/xpdf/CharCodeToUnicode.cc \