]> granicus.if.org Git - libvpx/commitdiff
vp8_copy32xn: resolve missing declaration
authorJohann <johannkoenig@google.com>
Mon, 7 Jan 2019 18:39:04 +0000 (10:39 -0800)
committerJohann <johannkoenig@google.com>
Mon, 7 Jan 2019 22:58:27 +0000 (14:58 -0800)
BUG=webm:1584

Change-Id: I8279e099fb9595edad858bf7332bf2b40fecae02

vp8/common/rtcd_defs.pl

index 235c77e383ff38a1889070cccc097f30d9039be0..8452b5e85451d5c10cb72128aa251ddc5b489cec 100644 (file)
@@ -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