summaryrefslogtreecommitdiff
path: root/libavdevice/v4l2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/v4l2.c')
-rw-r--r--libavdevice/v4l2.c2
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 {