Skip to content

Commit e216d6e

Browse files
committed
[ffmpeg] Fix up a couple missed details from #188
1cea1a9 was committed without the last updates from the originating PR, #188 - fix the references to the known-good git commits (which were correct in the commit message, but had been missed to be updated in the files) and fix a typo.
1 parent e3d6c40 commit e216d6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

External/ffmpeg/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include(External)
33
# In llvm-test-suite/test-suite-externals:
44
# git clone -b release/7.1 https://git.ffmpeg.org/ffmpeg.git
55
# cd ffmpeg
6-
# git checkout 364f6a5f118d35058a49eee3624c5d82435be443
6+
# git checkout 10aaf84f855dbcedb8ee2e3fce307e9b98320946
77

88
llvm_externals_find(TEST_SUITE_FFMPEG_ROOT "ffmpeg" "ffmpeg 7.1")
99

External/ffmpeg/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ within the `llvm-test-suite/test-suite-externals` directory, or
1717
set `TEST_SUITE_FFMPEG_ROOT` to point to a similar checkout, in the
1818
CMake configuration. (As this is a branch, not a tag, you may wish
1919
to check out e.g. the commit
20-
`364f6a5f118d35058a49eee3624c5d82435be443`, in case the branch
20+
`10aaf84f855dbcedb8ee2e3fce307e9b98320946`, in case the branch
2121
changes further.)
2222

2323
For x86 targets, the `nasm` tool is used for building assembly, if
@@ -161,7 +161,7 @@ On Windows, `pmccntr_el0` is used; this register should always be
161161
accessible from userspace on Windows.
162162

163163

164-
Evaulating vectorization effectiveness
164+
Evaluating vectorization effectiveness
165165
--------------------------------------
166166

167167
For evaluating e.g. the effectiveness of compiler autovectorization,

0 commit comments

Comments
 (0)