summaryrefslogtreecommitdiffstats
path: root/third_party/aom/test/twopass_encoder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/test/twopass_encoder.sh')
-rwxr-xr-xthird_party/aom/test/twopass_encoder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/test/twopass_encoder.sh b/third_party/aom/test/twopass_encoder.sh
index 3abb7628b..cca44ced8 100755
--- a/third_party/aom/test/twopass_encoder.sh
+++ b/third_party/aom/test/twopass_encoder.sh
@@ -26,7 +26,7 @@ twopass_encoder_verify_environment() {
# Runs twopass_encoder using the codec specified by $1 with a frame limit of
# 100.
twopass_encoder() {
- local encoder="${LIBAOM_BIN_PATH}/twopass_encoder${AOM_TEST_EXE_SUFFIX}"
+ local encoder="$(aom_tool_path twopass_encoder)"
local codec="$1"
local output_file="${AOM_TEST_OUTPUT_DIR}/twopass_encoder_${codec}.ivf"
local limit=7