[Sumover-dev] [svn commit] r4048 - in vic/branches/mpeg4: net

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu May 31 13:51:50 BST 2007


Author: piers
Date: Thu May 31 13:51:50 2007
New Revision: 4048

Removed:
   vic/branches/mpeg4/net/rijndael-alg-fst.c
   vic/branches/mpeg4/net/rijndael-alg-fst.h
   vic/branches/mpeg4/net/rijndael-api-fst.c
   vic/branches/mpeg4/net/rijndael-api-fst.h
   vic/branches/mpeg4/net/rijndael-test-fst.c
Modified:
   vic/branches/mpeg4/Makefile.in

Log:
Removed rijndael-alg-fst.[ch], rijndael-api-fst.[ch], and rijndael-test-fst.c
 from vic respository as they're already in common library (and later versions).


Modified: vic/branches/mpeg4/Makefile.in
==============================================================================
--- vic/branches/mpeg4/Makefile.in	(original)
+++ vic/branches/mpeg4/Makefile.in	Thu May 31 13:51:50 2007
@@ -87,7 +87,7 @@
 OBJ_GRABBER = @V_OBJ_GRABBER@
 SRC_GRABBER = $(OBJ_GRABBER:.o=.cpp) 
 OBJ_XIL = @V_OBJ_XIL@
-OBJ_CRYPT = net/crypt-rijndael.o net/rijndael-alg-fst.o net/rijndael-api-fst.o @V_OBJ_CRYPT@
+OBJ_CRYPT = net/crypt-rijndael.o @V_OBJ_CRYPT@
 CODEC_LIB = @V_CODEC_LIB@ codec/tmndec/libh263.a codec/tmn-x/libh263coder.a
 
 LIB = $(LIB_GRABBER) @V_LIB_TK@ @V_LIB_TCL@ @V_LIB_X11@ @V_LIB@ $(CODEC_LIB) $(VIDEO_LIB) \



More information about the Sumover-dev mailing list