shithub: libvpx

Download patch

ref: 05e6e9ac83615dc693d006f2239deb7711549ae8
parent: c58f01724cd5f0887e9d0c23396f9f03f78e18d3
author: Johann <[email protected]>
date: Thu Dec 14 06:48:46 EST 2017

mark generated rtcd headers

Allows them to pass the license check in chromium.

BUG=chromium:98319

Change-Id: Ib37bf45bdac8cf1edc62037dea17b734a5e37fa7

--- a/build/make/rtcd.pl
+++ b/build/make/rtcd.pl
@@ -200,6 +200,7 @@
 sub common_top() {
   my $include_guard = uc($opts{sym})."_H_";
   print <<EOF;
+// This file is generated. Do not edit.
 #ifndef ${include_guard}
 #define ${include_guard}