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 1
1
include (External )
2
2
3
3
# 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
7
5
8
6
llvm_externals_find (TEST_SUITE_FFMPEG_ROOT "ffmpeg" "ffmpeg 7.1" )
9
7
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
12
12
7.1 release tag).
13
13
14
14
To 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 `
16
16
within the ` llvm-test-suite/test-suite-externals ` directory, or
17
17
set ` 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.
22
19
23
20
For x86 targets, the ` nasm ` tool is used for building assembly, if
24
21
the tool is found at configure time. If not found, the assembly is
You can’t perform that action at this time.
0 commit comments