summaryrefslogtreecommitdiff
path: root/vp8/encoder/dct.h
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2012-10-13 20:29:04 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2012-10-13 20:29:04 -0700
commitf9d5f86643244d8f1f9f64187098baa1a08b6d18 (patch)
treee3094fa59db23190eeb3565b5dfa6cd2a8c6b9dc /vp8/encoder/dct.h
parent2113a831575d81faeadd9966e256d58b6b2b1633 (diff)
downloadlibvpx-f9d5f86643244d8f1f9f64187098baa1a08b6d18.tar
libvpx-f9d5f86643244d8f1f9f64187098baa1a08b6d18.tar.gz
libvpx-f9d5f86643244d8f1f9f64187098baa1a08b6d18.tar.bz2
libvpx-f9d5f86643244d8f1f9f64187098baa1a08b6d18.zip
Revert "removed the recon. rtcd invoke macro code"
This reverts commit 2113a831575d81faeadd9966e256d58b6b2b1633
Diffstat (limited to 'vp8/encoder/dct.h')
-rw-r--r--vp8/encoder/dct.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/encoder/dct.h b/vp8/encoder/dct.h
index 180192bbb..597640d8c 100644
--- a/vp8/encoder/dct.h
+++ b/vp8/encoder/dct.h
@@ -42,7 +42,6 @@ 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);