Commit 7cabe1d
fix: use build-ffmpeg-builder dir for aom and svtav1 cmake builds
aom's source repo stores its cmake helpers inside build/cmake/ (e.g.
aom_configure.cmake, aom_install.cmake). Using build/ as the cmake
binary dir and then rm -rf'ing it deleted those source files, causing
"include could not find requested file" errors on subsequent runs.
Use build-ffmpeg-builder instead, consistent with the srt and vmaf ports.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b5f2e71 commit 7cabe1d
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments