]> granicus.if.org Git - libvpx/commitdiff
mark generated rtcd headers
authorJohann <johannkoenig@google.com>
Thu, 14 Dec 2017 19:48:46 +0000 (11:48 -0800)
committerJohann <johannkoenig@google.com>
Thu, 14 Dec 2017 19:48:46 +0000 (11:48 -0800)
Allows them to pass the license check in chromium.

BUG=chromium:98319

Change-Id: Ib37bf45bdac8cf1edc62037dea17b734a5e37fa7

build/make/rtcd.pl

index 8fd624627efdcc4a0c12c20464ae5207d9f9ebe3..0fe8a6fd6e8d431d09a09d04bface78328a689b7 100755 (executable)
@@ -200,6 +200,7 @@ sub filter {
 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}