Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-01-12 07:51:03 +0300
committerTimothy Gu <timothygu99@gmail.com>2016-01-12 07:53:11 +0300
commitd64d6edfc7f57293ac96b1417124c56bf40685d8 (patch)
treee54207aa23837fc28b1231f12118e336c64ce103 /libavutil/utils.c
parent7c97946d6131b31340954a3f603b6bf92590a9a5 (diff)
Correct two build/built typos
Found-by: Leo Izen <leo.izen@gmail.com> as thebombzen on IRC Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'libavutil/utils.c')
-rw-r--r--libavutil/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/utils.c b/libavutil/utils.c
index e337c83566..f409f32216 100644
--- a/libavutil/utils.c
+++ b/libavutil/utils.c
@@ -53,7 +53,7 @@ unsigned avutil_version(void)
av_assert0(((size_t)-1) > 0); // C guarantees this but if false on a platform we care about revert at least b284e1ffe343d6697fb950d1ee517bafda8a9844
if (av_sat_dadd32(1, 2) != 5) {
- av_log(NULL, AV_LOG_FATAL, "Libavutil has been build with a broken binutils, please upgrade binutils and rebuild\n");
+ av_log(NULL, AV_LOG_FATAL, "Libavutil has been built with a broken binutils, please upgrade binutils and rebuild\n");
abort();
}