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 /libavdevice | |
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 'libavdevice')
-rw-r--r-- | libavdevice/v4l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c index fee0fb0e92..383033e738 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 { |