shithub: libvpx

Download patch

ref: 67e8c9e713999caad0713bdcf4e6da1ebae18eca
parent: c92abbc4478e9424b0b737c6e15ac00b7622b1d0
parent: 9d3fb7553014196b3eb5aa41b3a56150cee89065
author: James Zern <jzern@google.com>
date: Fri Sep 19 07:28:40 EDT 2014

Merge "rtcd: relocate 'extern "C" {' declaration"

--- a/build/make/rtcd.pl
+++ b/build/make/rtcd.pl
@@ -209,14 +209,16 @@
 #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;