shithub: libvpx

Download patch

ref: 747451015cebd04aa997b4b5202046e9287130ff
parent: 62c64118209fe4210e48cb5b37a59e97c61c9441
parent: 29943519a7f49d6c949f6512dac05ac356e53105
author: James Zern <jzern@google.com>
date: Thu Jul 24 19:09:35 EDT 2014

Merge "rtcd.pl: check for auto_help availability"

--- a/build/make/rtcd.pl
+++ b/build/make/rtcd.pl
@@ -3,7 +3,7 @@
 no strict 'refs';
 use warnings;
 use Getopt::Long;
-Getopt::Long::Configure("auto_help");
+Getopt::Long::Configure("auto_help") if $Getopt::Long::VERSION > 2.32;
 
 my %ALL_FUNCS = ();
 my @ALL_ARCHS;