From: Johann Date: Mon, 7 Jan 2019 18:39:04 +0000 (-0800) Subject: vp8_copy32xn: resolve missing declaration X-Git-Tag: v1.8.0~9^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8466728f81550652395a3fa41a52e8352c372f87;p=libvpx vp8_copy32xn: resolve missing declaration BUG=webm:1584 Change-Id: I8279e099fb9595edad858bf7332bf2b40fecae02 --- diff --git a/vp8/common/rtcd_defs.pl b/vp8/common/rtcd_defs.pl index 235c77e38..8452b5e85 100644 --- a/vp8/common/rtcd_defs.pl +++ b/vp8/common/rtcd_defs.pl @@ -177,10 +177,8 @@ if (vpx_config("CONFIG_VP8_ENCODER") eq "yes") { # # Block copy # -if ($opts{arch} =~ /x86/) { - add_proto qw/void vp8_copy32xn/, "const unsigned char *src_ptr, int src_stride, unsigned char *dst_ptr, int dst_stride, int height"; - specialize qw/vp8_copy32xn sse2 sse3/; -} +add_proto qw/void vp8_copy32xn/, "const unsigned char *src_ptr, int src_stride, unsigned char *dst_ptr, int dst_stride, int height"; +specialize qw/vp8_copy32xn sse2 sse3/; # # Forward DCT