From: kramm33 Date: Thu, 14 Aug 2003 16:09:02 +0000 (+0000) Subject: h.263 is now compiled in this Makefile, not h.263/Makefile. X-Git-Tag: release-0-5-0~166 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=8873581f76d2dee9c132d03ad0edf9d0d9f9cf18 h.263 is now compiled in this Makefile, not h.263/Makefile. --- diff --git a/lib/Makefile.in b/lib/Makefile.in index d500911..f60f5a4 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -21,8 +21,12 @@ rfxswf.o: rfxswf.c rfxswf.h bitio.h log.h $(rfxswf_modules) $(lame_objects): cd lame;make all;cd .. -$(h263_objects): - cd h.263;make objects;cd .. +h.263/dct.o: + $(C) h.263/dct.c -o h.263/dct.o +h.263/h263tables.o: + $(C) h.263/h263tables.c -o h.263/h263tables.o +h.263/swfvideo.o: + $(C) h.263/swfvideo.c -o h.263/swfvideo.o librfxswf.a: rfxswf.o bitio.o log.o $(lame_objects) $(h263_objects) $(AR) r librfxswf.a rfxswf.o bitio.o log.o $(lame_objects) $(h263_objects)