From 9b94565b7a4f802c58728451a27ac7ccfca20202 Mon Sep 17 00:00:00 2001
From: Adrian Grange <agrange@google.com>
Date: Mon, 28 Mar 2016 10:40:32 -0700
Subject: [PATCH] Add missing files

Renamed files were not added to the repository when the
old versions were deleted when vp8-->aom.

Change-Id: I33817c40920e73bcfe15ace986b7fb973b9db5f7
---
 aom/aom.h                            | 1 +
 aom/aomcx.h                          | 1 +
 aom/aomdx.h                          | 1 +
 test/aom_multi_resolution_encoder.sh | 1 +
 test/aomcx_set_ref.sh                | 1 +
 5 files changed, 5 insertions(+)

diff --git a/aom/aom.h b/aom/aom.h
index a73b6ab2a4..e83b4d5635 100644
--- a/aom/aom.h
+++ b/aom/aom.h
@@ -152,3 +152,4 @@ AOM_CTRL_USE_TYPE(AV1_GET_REFERENCE, av1_ref_frame_t *)
 #endif
 
 #endif  // AOM_AOM_H_
+
diff --git a/aom/aomcx.h b/aom/aomcx.h
index 92658e9e78..9e39e04849 100644
--- a/aom/aomcx.h
+++ b/aom/aomcx.h
@@ -842,3 +842,4 @@ AOM_CTRL_USE_TYPE(AV1E_SET_RENDER_SIZE, int *)
 #endif
 
 #endif  // AOM_AOMCX_H_
+
diff --git a/aom/aomdx.h b/aom/aomdx.h
index b7b715f52e..366e178911 100644
--- a/aom/aomdx.h
+++ b/aom/aomdx.h
@@ -163,3 +163,4 @@ AOM_CTRL_USE_TYPE(AV1_INVERT_TILE_DECODE_ORDER, int)
 #endif
 
 #endif  // AOM_AOMDX_H_
+
diff --git a/test/aom_multi_resolution_encoder.sh b/test/aom_multi_resolution_encoder.sh
index 9efe4a3ee3..267bfef5b0 100755
--- a/test/aom_multi_resolution_encoder.sh
+++ b/test/aom_multi_resolution_encoder.sh
@@ -73,3 +73,4 @@ aom_multi_resolution_encoder_three_formats() {
 
 aom_mre_tests="aom_multi_resolution_encoder_three_formats"
 run_tests aom_multi_resolution_encoder_verify_environment "${aom_mre_tests}"
+
diff --git a/test/aomcx_set_ref.sh b/test/aomcx_set_ref.sh
index 096653e365..32777cfbc4 100755
--- a/test/aomcx_set_ref.sh
+++ b/test/aomcx_set_ref.sh
@@ -55,3 +55,4 @@ aomcx_set_ref_aom() {
 aomcx_set_ref_tests="aomcx_set_ref_aom"
 
 run_tests aomcx_set_ref_verify_environment "${aomcx_set_ref_tests}"
+
-- 
GitLab