summaryrefslogtreecommitdiff
path: root/media/libtheora/lib/x86/x86state.c
diff options
context:
space:
mode:
Diffstat (limited to 'media/libtheora/lib/x86/x86state.c')
-rw-r--r--media/libtheora/lib/x86/x86state.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/media/libtheora/lib/x86/x86state.c b/media/libtheora/lib/x86/x86state.c
index a3d37267f6..9f8bceb534 100644
--- a/media/libtheora/lib/x86/x86state.c
+++ b/media/libtheora/lib/x86/x86state.c
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: x86state.c 17421 2010-09-22 16:46:18Z giles $
+ last mod: $Id$
********************************************************************/
@@ -19,6 +19,7 @@
#if defined(OC_X86_ASM)
+#if defined(OC_STATE_USE_VTABLE)
/*This table has been modified from OC_FZIG_ZAG by baking a 4x4 transpose into
each quadrant of the destination.*/
static const unsigned char OC_FZIG_ZAG_MMX[128]={
@@ -39,6 +40,7 @@ static const unsigned char OC_FZIG_ZAG_MMX[128]={
64,64,64,64,64,64,64,64,
64,64,64,64,64,64,64,64
};
+#endif
/*This table has been modified from OC_FZIG_ZAG by baking an 8x8 transpose into
the destination.*/