summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-05-14 20:08:03 -0700
committerJames Zern <jzern@google.com>2015-05-15 10:43:47 -0700
commit330fba41e2611230d9556b2e236e5805f08f44e7 (patch)
tree85e7b69a785d2339d22801dbb6d808f71ebfc7e1 /vp9/common/vp9_rtcd_defs.pl
parent18b60af27ca9993ff09a99db1fdce348005cd1bc (diff)
downloadlibvpx-330fba41e2611230d9556b2e236e5805f08f44e7.tar
libvpx-330fba41e2611230d9556b2e236e5805f08f44e7.tar.gz
libvpx-330fba41e2611230d9556b2e236e5805f08f44e7.tar.bz2
libvpx-330fba41e2611230d9556b2e236e5805f08f44e7.zip
vp9 intrinsics: add vp9_rtcd include
silences a missing declaration warning Change-Id: I59a34e1a1377cf3529b678d7ec0122bd43ab1bf1
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.pl')
-rw-r--r--vp9/common/vp9_rtcd_defs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl
index c8169fd3b..2a9736b40 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -969,7 +969,7 @@ if (vpx_config("CONFIG_VP9_HIGHBITDEPTH") eq "yes") {
specialize qw/vp9_highbd_avg_8x8/;
add_proto qw/unsigned int vp9_highbd_avg_4x4/, "const uint8_t *, int p";
specialize qw/vp9_highbd_avg_4x4/;
- add_proto qw/unsigned int vp9_highbd_minmax_8x8/, "const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max";
+ add_proto qw/void vp9_highbd_minmax_8x8/, "const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max";
specialize qw/vp9_highbd_minmax_8x8/;
}