[xiph-commits] r13143 - trunk/theora/lib/enc/x86_32

j at svn.xiph.org j at svn.xiph.org
Tue Jun 19 08:39:45 PDT 2007


Author: j
Date: 2007-06-19 08:39:45 -0700 (Tue, 19 Jun 2007)
New Revision: 13143

Modified:
   trunk/theora/lib/enc/x86_32/dct_decode_mmx.c
Log:
compile fix for cygwin

Modified: trunk/theora/lib/enc/x86_32/dct_decode_mmx.c
===================================================================
--- trunk/theora/lib/enc/x86_32/dct_decode_mmx.c	2007-06-19 13:09:35 UTC (rev 13142)
+++ trunk/theora/lib/enc/x86_32/dct_decode_mmx.c	2007-06-19 15:39:45 UTC (rev 13143)
@@ -24,7 +24,7 @@
 static const __attribute__((aligned(8),used)) ogg_int64_t V3= 0x0003000300030003LL;
 static const __attribute__((aligned(8),used)) ogg_int64_t V804= 0x0804080408040804LL;
 
-#if defined(__APPLE__)
+#if defined(__APPLE__) || defined(__CYGWIN__)
 #define MANGLE(x) "_"#x
 #else
 #define MANGLE(x) #x



More information about the commits mailing list