summaryrefslogtreecommitdiff
path: root/vp8/encoder/dct.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/dct.h')
-rw-r--r--vp8/encoder/dct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/encoder/dct.h b/vp8/encoder/dct.h
index 597640d8c..180192bbb 100644
--- a/vp8/encoder/dct.h
+++ b/vp8/encoder/dct.h
@@ -42,6 +42,7 @@ extern prototype_fdct(vp8_fdct_short16x16);
extern prototype_fdct(vp8_fdct_short8x8);
#ifndef vp8_fhaar_short2x2
+#define vp8_fdct_haar_short2x2 vp8_fhaar_short2x2
#define vp8_fhaar_short2x2 vp8_short_fhaar2x2_c
#endif
extern prototype_fdct(vp8_fhaar_short2x2);