[xiph-commits] r9591 - experimental/derf/theora-exp/unix

tterribe at svn.xiph.org tterribe at svn.xiph.org
Tue Jul 19 19:18:00 PDT 2005


Author: tterribe
Date: 2005-07-19 19:17:59 -0700 (Tue, 19 Jul 2005)
New Revision: 9591

Modified:
   experimental/derf/theora-exp/unix/Makefile
Log:
Add conditional check to the x86 MMX .c files.


Modified: experimental/derf/theora-exp/unix/Makefile
===================================================================
--- experimental/derf/theora-exp/unix/Makefile	2005-07-19 19:27:54 UTC (rev 9590)
+++ experimental/derf/theora-exp/unix/Makefile	2005-07-20 02:17:59 UTC (rev 9591)
@@ -42,10 +42,12 @@
 internal.c \
 quant.c \
 state.c \
+$(if $(findstring -DOC_X86ASM,${CFLAGS}), \
 x86/mmxstate.c \
 x86/x86state.c \
 x86/mmxfrag.c \
 x86/cpu.c \
+)
 
 LIBTHEORABASE_CHEADERS = \
 dct.h \



More information about the commits mailing list