update build scripts to copy vpx_rtcd.h
Change-Id: Ifddfc38b5c117df5cf9eba3e286de778ca162686
diff --git a/build_scripts/IMac/GCC/libvpx-full-build-mac b/build_scripts/IMac/GCC/libvpx-full-build-mac
index 4a609e8..9f5f373 100755
--- a/build_scripts/IMac/GCC/libvpx-full-build-mac
+++ b/build_scripts/IMac/GCC/libvpx-full-build-mac
@@ -160,15 +160,19 @@
#copy include files over
cp -f $DIR/libvpx-build-IMac32/vpx_config.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_config.h
cp -f $DIR/libvpx-build-IMac32/vpx_version.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_version.h
+ cp -f $DIR/libvpx-build-IMac32/vpx_rtcd.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-IMac32/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_config.h
cp -f $DIR/libvpx-build-IMac32/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_version.h
+ cp -f $DIR/libvpx-build-IMac32/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-IMac32-old/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_config.h
cp -f $DIR/libvpx-build-IMac32-old/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_version.h
+ cp -f $DIR/libvpx-build-IMac32-old/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-IMac32-Debug/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_config.h
cp -f $DIR/libvpx-build-IMac32-Debug/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_version.h
+ cp -f $DIR/libvpx-build-IMac32-Debug/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_rtcd.h
cd $DIR/libvpx-tester/
chmod 777 make_IMac_API_32Bit
@@ -273,15 +277,19 @@
#copy include files over
cp -f $DIR/libvpx-build-IMac64/vpx_config.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_config.h
cp -f $DIR/libvpx-build-IMac64/vpx_version.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_version.h
+ cp -f $DIR/libvpx-build-IMac64/vpx_rtcd.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-IMac64/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_config.h
cp -f $DIR/libvpx-build-IMac64/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_version.h
+ cp -f $DIR/libvpx-build-IMac64/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-IMac64-old/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_config.h
cp -f $DIR/libvpx-build-IMac64-old/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_version.h
+ cp -f $DIR/libvpx-build-IMac64-old/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-IMac64-Debug/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_config.h
cp -f $DIR/libvpx-build-IMac64-Debug/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_version.h
+ cp -f $DIR/libvpx-build-IMac64-Debug/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_rtcd.h
cd $DIR/libvpx-tester/
chmod 777 make_IMac_API_64Bit
diff --git a/build_scripts/IMac/ICC/libvpx-full-build-Imac-icc b/build_scripts/IMac/ICC/libvpx-full-build-Imac-icc
index 7ddea76..5a1524c 100755
--- a/build_scripts/IMac/ICC/libvpx-full-build-Imac-icc
+++ b/build_scripts/IMac/ICC/libvpx-full-build-Imac-icc
@@ -159,15 +159,19 @@
#copy include files over
cp -f $DIR/libvpx-build-Imac32-icc/vpx_config.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_config.h
cp -f $DIR/libvpx-build-Imac32-icc/vpx_version.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Imac32-icc/vpx_rtcd.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-Imac32-icc/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_config.h
cp -f $DIR/libvpx-build-Imac32-icc/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Imac32-icc/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-Imac32-old-icc/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_config.h
cp -f $DIR/libvpx-build-Imac32-old-icc/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Imac32-old-icc/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-Imac32-Debug-icc/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_config.h
cp -f $DIR/libvpx-build-Imac32-Debug-icc/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Imac32-Debug-icc/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_rtcd.h
cd $DIR/libvpx-tester/
chmod 777 make_Imac_API_32Bit_ICC
@@ -271,15 +275,19 @@
#copy include files over
cp -f $DIR/libvpx-build-Imac64-icc/vpx_config.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_config.h
cp -f $DIR/libvpx-build-Imac64-icc/vpx_version.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Imac64-icc/vpx_rtcd.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-Imac64-icc/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_config.h
cp -f $DIR/libvpx-build-Imac64-icc/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Imac64-icc/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-Imac64-old-icc/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_config.h
cp -f $DIR/libvpx-build-Imac64-old-icc/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Imac64-old-icc/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-Imac64-Debug-icc/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_config.h
cp -f $DIR/libvpx-build-Imac64-Debug-icc/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Imac64-Debug-icc/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_rtcd.h
cd $DIR/libvpx-tester/
chmod 777 make_Imac_API_64Bit_ICC
diff --git a/build_scripts/Lin/GCC/libvpx-full-build-lin b/build_scripts/Lin/GCC/libvpx-full-build-lin
index 97a0319..91c8fc5 100755
--- a/build_scripts/Lin/GCC/libvpx-full-build-lin
+++ b/build_scripts/Lin/GCC/libvpx-full-build-lin
@@ -160,15 +160,19 @@
#copy include files over
cp -f $DIR/libvpx-build-Lin32/vpx_config.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_config.h
cp -f $DIR/libvpx-build-Lin32/vpx_version.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin32/vpx_rtcd.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin32/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_config.h
cp -f $DIR/libvpx-build-Lin32/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin32/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin32-old/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_config.h
cp -f $DIR/libvpx-build-Lin32-old/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin32-old/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin32-Debug/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_config.h
cp -f $DIR/libvpx-build-Lin32-Debug/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin32-Debug/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_rtcd.h
cd $DIR/libvpx-tester/
chmod 777 make_Linux_API_32Bit
@@ -273,15 +277,19 @@
#copy include files over
cp -f $DIR/libvpx-build-Lin64/vpx_config.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_config.h
cp -f $DIR/libvpx-build-Lin64/vpx_version.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin64/vpx_rtcd.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin64/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_config.h
cp -f $DIR/libvpx-build-Lin64/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin64/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin64-old/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_config.h
cp -f $DIR/libvpx-build-Lin64-old/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin64-old/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin64-Debug/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_config.h
cp -f $DIR/libvpx-build-Lin64-Debug/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin64-Debug/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_rtcd.h
cd $DIR/libvpx-tester/
chmod 777 make_Linux_API_64Bit
diff --git a/build_scripts/Lin/ICC/libvpx-full-build-lin-icc b/build_scripts/Lin/ICC/libvpx-full-build-lin-icc
index d4cd184..1a490a8 100755
--- a/build_scripts/Lin/ICC/libvpx-full-build-lin-icc
+++ b/build_scripts/Lin/ICC/libvpx-full-build-lin-icc
@@ -159,15 +159,19 @@
#copy include files over
cp -f $DIR/libvpx-build-Lin32-icc/vpx_config.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_config.h
cp -f $DIR/libvpx-build-Lin32-icc/vpx_version.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin32-icc/vpx_rtcd.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin32-icc/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_config.h
cp -f $DIR/libvpx-build-Lin32-icc/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin32-icc/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin32-old-icc/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_config.h
cp -f $DIR/libvpx-build-Lin32-old-icc/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin32-old-icc/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin32-Debug-icc/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_config.h
cp -f $DIR/libvpx-build-Lin32-Debug-icc/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin32-Debug-icc/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_rtcd.h
cd $DIR/libvpx-tester/
chmod 777 make_Linux_API_32Bit_ICC
@@ -271,15 +275,19 @@
#copy include files over
cp -f $DIR/libvpx-build-Lin64-icc/vpx_config.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_config.h
cp -f $DIR/libvpx-build-Lin64-icc/vpx_version.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin64-icc/vpx_rtcd.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin64-icc/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_config.h
cp -f $DIR/libvpx-build-Lin64-icc/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin64-icc/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin64-old-icc/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_config.h
cp -f $DIR/libvpx-build-Lin64-old-icc/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin64-old-icc/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin64-Debug-icc/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_config.h
cp -f $DIR/libvpx-build-Lin64-Debug-icc/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin64-Debug-icc/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_rtcd.h
cd $DIR/libvpx-tester/
chmod 777 make_Linux_API_64Bit_ICC
diff --git a/build_scripts/PPC/GCC/libvpx-full-build-ppc b/build_scripts/PPC/GCC/libvpx-full-build-ppc
index 8684f8b..6b4f0ba 100755
--- a/build_scripts/PPC/GCC/libvpx-full-build-ppc
+++ b/build_scripts/PPC/GCC/libvpx-full-build-ppc
@@ -160,15 +160,19 @@
#copy include files over
cp -f $DIR/libvpx-build-PPC32/vpx_config.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_config.h
cp -f $DIR/libvpx-build-PPC32/vpx_version.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_version.h
+ cp -f $DIR/libvpx-build-PPC32/vpx_rtcd.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-PPC32/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_config.h
cp -f $DIR/libvpx-build-PPC32/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_version.h
+ cp -f $DIR/libvpx-build-PPC32/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-PPC32-old/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_config.h
cp -f $DIR/libvpx-build-PPC32-old/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_version.h
+ cp -f $DIR/libvpx-build-PPC32-old/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-PPC32-Debug/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_config.h
cp -f $DIR/libvpx-build-PPC32-Debug/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_version.h
+ cp -f $DIR/libvpx-build-PPC32-Debug/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_rtcd.h
cd $DIR/libvpx-tester/
chmod 777 make_PPC_API_32Bit
@@ -273,15 +277,19 @@
#copy include files over
cp -f $DIR/libvpx-build-PPC64/vpx_config.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_config.h
cp -f $DIR/libvpx-build-PPC64/vpx_version.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_version.h
+ cp -f $DIR/libvpx-build-PPC64/vpx_rtcd.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-PPC64/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_config.h
cp -f $DIR/libvpx-build-PPC64/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_version.h
+ cp -f $DIR/libvpx-build-PPC64/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-PPC64-old/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_config.h
cp -f $DIR/libvpx-build-PPC64-old/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_version.h
+ cp -f $DIR/libvpx-build-PPC64-old/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-PPC64-Debug/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_config.h
cp -f $DIR/libvpx-build-PPC64-Debug/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_version.h
+ cp -f $DIR/libvpx-build-PPC64-Debug/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_rtcd.h
cd $DIR/libvpx-tester/
chmod 777 make_PPC_API_64Bit
diff --git a/build_scripts/Win/GCC/libvpx-full-build-win b/build_scripts/Win/GCC/libvpx-full-build-win
index 97a0319..91c8fc5 100755
--- a/build_scripts/Win/GCC/libvpx-full-build-win
+++ b/build_scripts/Win/GCC/libvpx-full-build-win
@@ -160,15 +160,19 @@
#copy include files over
cp -f $DIR/libvpx-build-Lin32/vpx_config.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_config.h
cp -f $DIR/libvpx-build-Lin32/vpx_version.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin32/vpx_rtcd.h $DIR/libvpx-tester/MasterFile/include/release-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin32/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_config.h
cp -f $DIR/libvpx-build-Lin32/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin32/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin32-old/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_config.h
cp -f $DIR/libvpx-build-Lin32-old/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin32-old/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin32-Debug/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_config.h
cp -f $DIR/libvpx-build-Lin32-Debug/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin32-Debug/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_rtcd.h
cd $DIR/libvpx-tester/
chmod 777 make_Linux_API_32Bit
@@ -273,15 +277,19 @@
#copy include files over
cp -f $DIR/libvpx-build-Lin64/vpx_config.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_config.h
cp -f $DIR/libvpx-build-Lin64/vpx_version.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin64/vpx_rtcd.h $DIR/libvpx-tester/MasterFile/include/release-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin64/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_config.h
cp -f $DIR/libvpx-build-Lin64/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin64/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin64-old/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_config.h
cp -f $DIR/libvpx-build-Lin64-old/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin64-old/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_rtcd.h
cp -f $DIR/libvpx-build-Lin64-Debug/vpx_config.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_config.h
cp -f $DIR/libvpx-build-Lin64-Debug/vpx_version.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_version.h
+ cp -f $DIR/libvpx-build-Lin64-Debug/vpx_rtcd.h $DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_rtcd.h
cd $DIR/libvpx-tester/
chmod 777 make_Linux_API_64Bit
diff --git a/build_scripts/Win/VS9-ICC/libvpx-full-build-win-icc b/build_scripts/Win/VS9-ICC/libvpx-full-build-win-icc
index cf9d079..e33a59e 100755
--- a/build_scripts/Win/VS9-ICC/libvpx-full-build-win-icc
+++ b/build_scripts/Win/VS9-ICC/libvpx-full-build-win-icc
@@ -162,15 +162,19 @@
#copy include files over
cp -f "$DIR/libvpx-vs9-build-Win32-icc/vpx_config.h" "$DIR/libvpx-tester/MasterFile/include/release-32/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win32-icc/vpx_version.h" "$DIR/libvpx-tester/MasterFile/include/release-32/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win32-icc/vpx_rtcd.h" "$DIR/libvpx-tester/MasterFile/include/release-32/vpx_rtcd.h"
cp -f "$DIR/libvpx-vs9-build-Win32-icc/vpx_config.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win32-icc/vpx_version.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win32-icc/vpx_rtcd.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_rtcd.h"
cp -f "$DIR/libvpx-vs9-build-Win32-old-icc/vpx_config.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win32-old-icc/vpx_version.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win32-old-icc/vpx_rtcd.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_rtcd.h"
cp -f "$DIR/libvpx-vs9-build-Win32-Debug-icc/vpx_config.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win32-Debug-icc/vpx_version.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win32-Debug-icc/vpx_rtcd.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_rtcd.h"
cd $DIR/libvpx-tester/
chmod 777 make_Windows_API_32Bit_ICC
@@ -277,15 +281,19 @@
#copy include files over
cp -f "$DIR/libvpx-vs9-build-Win64-icc/vpx_config.h" "$DIR/libvpx-tester/MasterFile/include/release-64/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win64-icc/vpx_version.h" "$DIR/libvpx-tester/MasterFile/include/release-64/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win64-icc/vpx_rtcd.h" "$DIR/libvpx-tester/MasterFile/include/release-64/vpx_rtcd.h"
cp -f "$DIR/libvpx-vs9-build-Win64-icc/vpx_config.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win64-icc/vpx_version.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win64-icc/vpx_rtcd.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_rtcd.h"
cp -f "$DIR/libvpx-vs9-build-Win64-old-icc/vpx_config.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win64-old-icc/vpx_version.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win64-old-icc/vpx_rtcd.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_rtcd.h"
cp -f "$DIR/libvpx-vs9-build-Win64-Debug-icc/vpx_config.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win64-Debug-icc/vpx_version.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win64-Debug-icc/vpx_rtcd.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_rtcd.h"
cd $DIR/libvpx-tester/
chmod 777 make_Windows_API_64Bit_ICC
diff --git a/build_scripts/Win/VS9/libvpx-full-build-win-vs b/build_scripts/Win/VS9/libvpx-full-build-win-vs
index a39f099..c97329e 100755
--- a/build_scripts/Win/VS9/libvpx-full-build-win-vs
+++ b/build_scripts/Win/VS9/libvpx-full-build-win-vs
@@ -163,15 +163,19 @@
#copy include files over
cp -f "$DIR/libvpx-vs9-build-Win32/vpx_config.h" "$DIR/libvpx-tester/MasterFile/include/release-32/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win32/vpx_version.h" "$DIR/libvpx-tester/MasterFile/include/release-32/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win32/vpx_rtcd.h" "$DIR/libvpx-tester/MasterFile/include/release-32/vpx_rtcd.h"
cp -f "$DIR/libvpx-vs9-build-Win32/vpx_config.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win32/vpx_version.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win32/vpx_rtcd.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-32/vpx_rtcd.h"
cp -f "$DIR/libvpx-vs9-build-Win32-old/vpx_config.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win32-old/vpx_version.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win32-old/vpx_rtcd.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-32/vpx_rtcd.h"
cp -f "$DIR/libvpx-vs9-build-Win32-Debug/vpx_config.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win32-Debug/vpx_version.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win32-Debug/vpx_rtcd.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-32/vpx_rtcd.h"
"MSBuild.exe" "libvpx-tester\MasterFile\Vp8TestProgram_32Bit(2008).sln" /t:Clean
"MSBuild.exe" "libvpx-tester\MasterFile\Vp8TestProgram_32Bit(2008).sln" /t:Rebuild /p:Configuration=Release
@@ -287,15 +291,19 @@
#copy include files over
cp -f "$DIR/libvpx-vs9-build-Win64/vpx_config.h" "$DIR/libvpx-tester/MasterFile/include/release-64/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win64/vpx_version.h" "$DIR/libvpx-tester/MasterFile/include/release-64/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win64/vpx_rtcd.h" "$DIR/libvpx-tester/MasterFile/include/release-64/vpx_rtcd.h"
cp -f "$DIR/libvpx-vs9-build-Win64/vpx_config.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win64/vpx_version.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win64/vpx_rtcd.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-new-64/vpx_rtcd.h"
cp -f "$DIR/libvpx-vs9-build-Win64-old/vpx_config.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win64-old/vpx_version.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win64-old/vpx_rtcd.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8ReleasePlugIn/MasterFile/include/release-old-64/vpx_rtcd.h"
cp -f "$DIR/libvpx-vs9-build-Win64-Debug/vpx_config.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_config.h"
cp -f "$DIR/libvpx-vs9-build-Win64-Debug/vpx_version.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_version.h"
+ cp -f "$DIR/libvpx-vs9-build-Win64-Debug/vpx_rtcd.h" "$DIR/libvpx-tester/SupportingPlugInFiles/VP8DebugPlugIn/MasterFile/include/debug-64/vpx_rtcd.h"
"MSBuild.exe" "libvpx-tester\MasterFile\Vp8TestProgram_64Bit(2008).sln" /t:Clean
"MSBuild.exe" "libvpx-tester\MasterFile\Vp8TestProgram_64Bit(2008).sln" /t:Rebuild /p:Configuration=Release