[xiph-commits] r15818 - branches/theora-thusnelda/win32/xmingw32

giles at svn.xiph.org giles at svn.xiph.org
Sat Mar 21 00:32:03 PDT 2009


Author: giles
Date: 2009-03-21 00:32:03 -0700 (Sat, 21 Mar 2009)
New Revision: 15818

Modified:
   branches/theora-thusnelda/win32/xmingw32/Makefile
Log:
Remove cpu.c from the xminw32 build. This file is now included
directly into the code that calls it.

Corresponds to part of trunk r15428.


Modified: branches/theora-thusnelda/win32/xmingw32/Makefile
===================================================================
--- branches/theora-thusnelda/win32/xmingw32/Makefile	2009-03-21 07:13:44 UTC (rev 15817)
+++ branches/theora-thusnelda/win32/xmingw32/Makefile	2009-03-21 07:32:03 UTC (rev 15818)
@@ -98,7 +98,6 @@
 dec/x86/x86state.c \
 dec/x86/mmxidct.c \
 dec/x86/mmxfrag.c \
-cpu.c \
 )
 
 LIBTHEORADEC_CHEADERS =   \
@@ -136,7 +135,6 @@
 enc/x86_32/recon_mmx.c \
 enc/x86_32/idct_mmx.c \
 enc/x86_32/fdct_mmx.c \
-cpu.c \
 )
 
 LIBTHEORAENC_CHEADERS = \



More information about the commits mailing list