File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11include (External)
22
33# In llvm-test-suite/test-suite-externals:
4- # git clone -b release/7.1 https://git.ffmpeg.org/ffmpeg.git
5- # cd ffmpeg
6- # git checkout 10aaf84f855dbcedb8ee2e3fce307e9b98320946
4+ # git clone -b n7.1.1 https://git.ffmpeg.org/ffmpeg.git
75
86llvm_externals_find(TEST_SUITE_FFMPEG_ROOT "ffmpeg" "ffmpeg 7.1" )
97
Original file line number Diff line number Diff line change @@ -12,13 +12,10 @@ This integration of ffmpeg into llvm-test-suite works with ffmpeg 7.1
12127.1 release tag).
1313
1414To include the ffmpeg library in llvm-test-suite, run
15- ` git clone -b release/7 .1 https://git.ffmpeg.org/ffmpeg.git `
15+ ` git clone -b n7.1 .1 https://git.ffmpeg.org/ffmpeg.git `
1616within the ` llvm-test-suite/test-suite-externals ` directory, or
1717set ` TEST_SUITE_FFMPEG_ROOT ` to point to a similar checkout, in the
18- CMake configuration. (As this is a branch, not a tag, you may wish
19- to check out e.g. the commit
20- ` 10aaf84f855dbcedb8ee2e3fce307e9b98320946 ` , in case the branch
21- changes further.)
18+ CMake configuration.
2219
2320For x86 targets, the ` nasm ` tool is used for building assembly, if
2421the tool is found at configure time. If not found, the assembly is
You can’t perform that action at this time.
0 commit comments