diff options
Diffstat (limited to 'third_party/aom/test/simple_decoder.sh')
-rwxr-xr-x | third_party/aom/test/simple_decoder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/test/simple_decoder.sh b/third_party/aom/test/simple_decoder.sh index ac3a07b18..5f39ad206 100755 --- a/third_party/aom/test/simple_decoder.sh +++ b/third_party/aom/test/simple_decoder.sh @@ -25,7 +25,7 @@ simple_decoder_verify_environment() { # Runs simple_decoder using $1 as input file. $2 is the codec name, and is used # solely to name the output file. simple_decoder() { - local decoder="${LIBAOM_BIN_PATH}/simple_decoder${AOM_TEST_EXE_SUFFIX}" + local decoder="$(aom_tool_path simple_decoder)" local input_file="$1" local codec="$2" local output_file="${AOM_TEST_OUTPUT_DIR}/simple_decoder_${codec}.raw" |