[FFmpeg-cvslog] Correct two build/built typos
Timothy Gu
git at videolan.org
Tue Jan 12 05:53:19 CET 2016
ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Mon Jan 11 20:51:03 2016 -0800| [d64d6edfc7f57293ac96b1417124c56bf40685d8] | committer: Timothy Gu
Correct two build/built typos
Found-by: Leo Izen <leo.izen at gmail.com> as thebombzen on IRC
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d64d6edfc7f57293ac96b1417124c56bf40685d8
---
libavdevice/v4l2.c | 2 +-
libavutil/utils.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
index fee0fb0..383033e 100644
--- a/libavdevice/v4l2.c
+++ b/libavdevice/v4l2.c
@@ -126,7 +126,7 @@ static int device_open(AVFormatContext *ctx)
#if CONFIG_LIBV4L2
SET_WRAPPERS(v4l2_);
#else
- av_log(ctx, AV_LOG_ERROR, "libavdevice is not build with libv4l2 support.\n");
+ av_log(ctx, AV_LOG_ERROR, "libavdevice is not built with libv4l2 support.\n");
return AVERROR(EINVAL);
#endif
} else {
diff --git a/libavutil/utils.c b/libavutil/utils.c
index e337c83..f409f32 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();
}
More information about the ffmpeg-cvslog
mailing list