From aaa08ea443be2d9ed3d1ea7a80a417ae4945f4f9 Mon Sep 17 00:00:00 2001
From: kramm <kramm>
Date: Sat, 22 May 2004 00:15:28 +0000
Subject: [PATCH] fixed h.263 dependencies.

---
 lib/Makefile.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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)
-- 
1.7.10.4