From: kramm Date: Sat, 22 May 2004 00:15:28 +0000 (+0000) Subject: fixed h.263 dependencies. X-Git-Tag: release-0-6-0~188 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=aaa08ea443be2d9ed3d1ea7a80a417ae4945f4f9 fixed h.263 dependencies. --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 6a14aaa..594d399 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -30,11 +30,11 @@ $(lame_objects): $(actioncompiler_objects): cd action;make all;cd .. -h.263/dct.o: +h.263/dct.o: h.263/dct.c h.263/dct.h $(C) h.263/dct.c -o h.263/dct.o -h.263/h263tables.o: +h.263/h263tables.o: h.263/h263tables.c h.263/h263tables.h $(C) h.263/h263tables.c -o h.263/h263tables.o -h.263/swfvideo.o: +h.263/swfvideo.o: h.263/swfvideo.c h.263/h263tables.h h.263/dct.h $(C) h.263/swfvideo.c -o h.263/swfvideo.o librfxswf.a: rfxswf.o drawer.o bitio.o log.o MD5.o $(lame_objects) $(h263_objects) $(actioncompiler_objects)