shithub: openh264

Download patch

ref: 70e9ff3a33393d8459a68af312f0401f358fa627
parent: b86e1f00b2d6cd06eae0c8321754ef53190f2400
parent: 73ccb74414346b98d35814e7f4e48dd7263b8477
author: ruil2 <[email protected]>
date: Thu Jul 10 05:27:20 EDT 2014

Merge pull request #1128 from mstorsjo/reduce-prepare-compilation

Only build the needed binaries in run_PrepareAllTestData.sh

--- a/test/encoder_binary_comparison/run_PrepareAllTestData.sh
+++ b/test/encoder_binary_comparison/run_PrepareAllTestData.sh
@@ -44,11 +44,11 @@
   if [ "${BitType}" -eq 64   ]
   then
     make clean
-    make -B ENABLE64BIT=Yes
+    make -B ENABLE64BIT=Yes h264dec h264enc
   elif [ "${BitType}" -eq 32   ]
   then
     make clean
-    make -B ENABLE64BIT=No
+    make -B ENABLE64BIT=No h264dec h264enc
   else
     echo "usage: runBuildCodec  \64/32  #bits"
     exit 1