diff --git a/test/encoder_binary_comparison/run_PrepareAllTestData.sh b/test/encoder_binary_comparison/run_PrepareAllTestData.sh index 71fb1f3c..00e5d89f 100755 --- a/test/encoder_binary_comparison/run_PrepareAllTestData.sh +++ b/test/encoder_binary_comparison/run_PrepareAllTestData.sh @@ -44,11 +44,11 @@ runBuildCodec() 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