Commit 6a96e69d authored by Wei Lee's avatar Wei Lee Committed by Commit Bot

CCA: Fix relative path in build_ffmpeg.sh

Bug: none
Test: ./build_ffmpeg.sh
Change-Id: Ia5005852432b21a4f92f3bbc2a4cbf44bef7c8b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288713
Auto-Submit: Wei Lee <wtlee@chromium.org>
Commit-Queue: Shik Chen <shik@chromium.org>
Reviewed-by: default avatarShik Chen <shik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#786622}
parent 0984a490
...@@ -122,7 +122,7 @@ main() { ...@@ -122,7 +122,7 @@ main() {
# locate ffmpeg directory in chromium source tree # locate ffmpeg directory in chromium source tree
local ffmpeg_dir local ffmpeg_dir
ffmpeg_dir=$(realpath ../../../../../../../../third_party/ffmpeg) ffmpeg_dir=$(realpath ../../../../../../../third_party/ffmpeg)
[[ -d "$ffmpeg_dir" ]] || die "ffmpeg not found" [[ -d "$ffmpeg_dir" ]] || die "ffmpeg not found"
# copy ffmpeg/ into a temporary directory to patch and build # copy ffmpeg/ into a temporary directory to patch and build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment