From 8873581f76d2dee9c132d03ad0edf9d0d9f9cf18 Mon Sep 17 00:00:00 2001 From: kramm33 Date: Thu, 14 Aug 2003 16:09:02 +0000 Subject: [PATCH] h.263 is now compiled in this Makefile, not h.263/Makefile. --- lib/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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) -- 1.7.10.4