Skip to content

Commit e15b90f

Browse files
authored
[ffmpeg] Reference a tag rather than a branch, for the external source (#216)
A new tag has been created on the ffmpeg 7.1 branch now, providing a stable point for us to reference.
1 parent 61fcbe0 commit e15b90f

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

External/ffmpeg/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
include(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

86
llvm_externals_find(TEST_SUITE_FFMPEG_ROOT "ffmpeg" "ffmpeg 7.1")
97

External/ffmpeg/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@ This integration of ffmpeg into llvm-test-suite works with ffmpeg 7.1
1212
7.1 release tag).
1313

1414
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`
1616
within the `llvm-test-suite/test-suite-externals` directory, or
1717
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.
2219

2320
For x86 targets, the `nasm` tool is used for building assembly, if
2421
the tool is found at configure time. If not found, the assembly is

0 commit comments

Comments
 (0)