summaryrefslogtreecommitdiff
path: root/vp8/encoder/x86/dct_x86.h
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2011-06-14 11:31:50 -0400
committerJohann <johannkoenig@google.com>2011-06-14 11:31:50 -0400
commit92b0e544f3e5c6a334c0046973c3885c0608e83e (patch)
tree97eaa108206bffe5decbbfe5bebac47f08b69d87 /vp8/encoder/x86/dct_x86.h
parentbf6b314d891d3f471e5e8b24fc8b179e1c4c1a38 (diff)
downloadlibvpx-92b0e544f3e5c6a334c0046973c3885c0608e83e.tar
libvpx-92b0e544f3e5c6a334c0046973c3885c0608e83e.tar.gz
libvpx-92b0e544f3e5c6a334c0046973c3885c0608e83e.tar.bz2
libvpx-92b0e544f3e5c6a334c0046973c3885c0608e83e.zip
fix --disable-runtime-cpu-detect on x86
Change-Id: Ib8e429152c9a8b6032be22b5faac802aa8224caa
Diffstat (limited to 'vp8/encoder/x86/dct_x86.h')
-rw-r--r--vp8/encoder/x86/dct_x86.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vp8/encoder/x86/dct_x86.h b/vp8/encoder/x86/dct_x86.h
index 59a5cb1d7..19f6c1686 100644
--- a/vp8/encoder/x86/dct_x86.h
+++ b/vp8/encoder/x86/dct_x86.h
@@ -31,6 +31,12 @@ extern prototype_fdct(vp8_short_fdct8x4_mmx);
#undef vp8_fdct_short8x4
#define vp8_fdct_short8x4 vp8_short_fdct8x4_mmx
+#undef vp8_fdct_fast4x4
+#define vp8_fdct_fast4x4 vp8_short_fdct4x4_mmx
+
+#undef vp8_fdct_fast8x4
+#define vp8_fdct_fast8x4 vp8_short_fdct8x4_mmx
+
#endif
#endif