From 2165807f281154d41c5e7c240355b6f7d7191b67 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 8 May 2003 14:00:34 +0000 Subject: [PATCH] moved q.c/q.h, added files in avi2swf. --- release.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/release.in b/release.in index 82ffd8a..f087d8e 100644 --- a/release.in +++ b/release.in @@ -26,8 +26,6 @@ ${name}/src/png2swf.c \ ${name}/src/wav2swf.c \ ${name}/src/wav.c \ ${name}/src/wav.h \ -${name}/src/q.c \ -${name}/src/q.h \ ${name}/src/swfc.c \ ${name}/doc/fileformat.sc \ ${name}/src/parser.yy.c \ @@ -46,6 +44,8 @@ ${name}/Makefile.common.in \ ${name}/lib/args.h \ ${name}/lib/bitio.c \ ${name}/lib/bitio.h \ +${name}/lib/q.c \ +${name}/lib/q.h \ ${name}/lib/example/Makefile \ ${name}/lib/example/box.c \ ${name}/lib/example/dumpfont.c \ @@ -60,7 +60,8 @@ ${name}/lib/example/glyphshape.c \ ${name}/lib/example/sound.c \ ${name}/lib/example/edittext.c \ ${name}/avi2swf/avi2swf.cc \ -${name}/avi2swf/Makefile \ +${name}/avi2swf/v2swf.c \ +${name}/avi2swf/v2swf.h \ ${name}/lib/example/buttontest.c \ ${name}/swfs/simple_viewer.c \ ${name}/swfs/keyboard_viewer.c \ @@ -75,6 +76,8 @@ ${name}/lib/modules/swfbits.c \ ${name}/lib/modules/swftools.c \ ${name}/lib/modules/swfcgi.c \ ${name}/lib/modules/swfsound.c \ +${name}/lib/h.263/swfvideo.c \ +${name}/lib/h.263/h263tables.c \ ${name}/lib/lame/fft.c \ ${name}/lib/lame/util.h \ ${name}/lib/lame/tables.h \ -- 1.7.10.4