]> granicus.if.org Git - libvpx/commitdiff
Merge "build/make/rtcd.pl: Add missing arm64 support."
authorTom Finegan <tomfinegan@google.com>
Fri, 19 Sep 2014 22:17:45 +0000 (15:17 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Fri, 19 Sep 2014 22:17:45 +0000 (15:17 -0700)
1  2 
build/make/rtcd.pl

diff --combined build/make/rtcd.pl
index 1ed6895762ee195a4d09750de92a01ab1fe41bb8,a0e8e46aec1411edaad5d5a1ccb48ddc42d7f131..0872414cbb5515aac393cd9fc98ac77851d47afc
@@@ -209,16 -209,14 +209,16 @@@ sub common_top() 
  #define RTCD_EXTERN extern
  #endif
  
 +EOF
 +
 +process_forward_decls();
 +print <<EOF;
 +
  #ifdef __cplusplus
  extern "C" {
  #endif
  
  EOF
 -
 -process_forward_decls();
 -print "\n";
  declare_function_pointers("c", @ALL_ARCHS);
  
  print <<EOF;
@@@ -390,7 -388,7 +390,7 @@@ if ($opts{arch} eq 'x86') 
    @REQUIRES = filter(keys %required ? keys %required : qw/media/);
    &require(@REQUIRES);
    arm;
- } elsif ($opts{arch} eq 'armv8') {
+ } elsif ($opts{arch} eq 'armv8' || $opts{arch} eq 'arm64' ) {
    @ALL_ARCHS = filter(qw/neon/);
    arm;
  } else {