diff options
author | Timothy Gu <timothygu99@gmail.com> | 2016-01-11 20:51:03 -0800 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-01-11 20:53:11 -0800 |
commit | d64d6edfc7f57293ac96b1417124c56bf40685d8 (patch) | |
tree | e54207aa23837fc28b1231f12118e336c64ce103 /libavutil/utils.c | |
parent | 7c97946d6131b31340954a3f603b6bf92590a9a5 (diff) | |
download | ffmpeg-d64d6edfc7f57293ac96b1417124c56bf40685d8.tar.gz |
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.c | 2 |
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(); } |