[xiph-commits] r15827 - in branches/theora-thusnelda: . win32/xmingw32

giles at svn.xiph.org giles at svn.xiph.org
Sun Mar 22 15:22:13 PDT 2009


Author: giles
Date: 2009-03-22 15:22:12 -0700 (Sun, 22 Mar 2009)
New Revision: 15827

Modified:
   branches/theora-thusnelda/SConstruct
   branches/theora-thusnelda/win32/xmingw32/Makefile
Log:
Update the xmingw32 and scons builds to add the new fixed-point routines.


Modified: branches/theora-thusnelda/SConstruct
===================================================================
--- branches/theora-thusnelda/SConstruct	2009-03-21 22:52:25 UTC (rev 15826)
+++ branches/theora-thusnelda/SConstruct	2009-03-22 22:22:12 UTC (rev 15827)
@@ -18,6 +18,7 @@
         enc/dct_decode.c
         enc/frarray.c
         enc/frinit.c
+	enc/mathops.c
         enc/mcenc.c
 	enc/mode.c
         enc/reconstruct.c

Modified: branches/theora-thusnelda/win32/xmingw32/Makefile
===================================================================
--- branches/theora-thusnelda/win32/xmingw32/Makefile	2009-03-21 22:52:25 UTC (rev 15826)
+++ branches/theora-thusnelda/win32/xmingw32/Makefile	2009-03-22 22:22:12 UTC (rev 15827)
@@ -118,6 +118,7 @@
 enc/encoder_quant.c \
 enc/frarray.c \
 enc/frinit.c \
+enc/mathops.c \
 enc/mcenc.c \
 enc/mode.c \
 enc/reconstruct.c \
@@ -138,6 +139,7 @@
 enc/encoder_lookup.h \
 enc/enquant.h \
 enc/hufftables.h \
+enc/mathops.h \
 enc/mode_select.h \
 enc/quant_lookup.h \
 enc/toplevel_lookup.h \



More information about the commits mailing list