[xiph-commits] r11472 - trunk/theora/lib

giles at svn.xiph.org giles at svn.xiph.org
Tue May 30 16:19:58 PDT 2006


Author: giles
Date: 2006-05-30 16:19:57 -0700 (Tue, 30 May 2006)
New Revision: 11472

Modified:
   trunk/theora/lib/Makefile.am
Log:
Add the new MSVC ports of the asm to the distribution.


Modified: trunk/theora/lib/Makefile.am
===================================================================
--- trunk/theora/lib/Makefile.am	2006-05-30 22:59:38 UTC (rev 11471)
+++ trunk/theora/lib/Makefile.am	2006-05-30 23:19:57 UTC (rev 11472)
@@ -8,7 +8,10 @@
 	x86_64/dsp_mmx.c \
 	x86_64/dsp_mmxext.c \
 	x86_64/recon_mmx.c \
-	x86_64/fdct_mmx.c
+	x86_64/fdct_mmx.c \
+	x86_32_vs/dsp_mmx.c \
+	x86_32_vs/fdct_mmx.c \
+	x86_32_vs/recon_mmx.c
 
 lib_LTLIBRARIES = libtheora.la
 



More information about the commits mailing list