X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavdevice%2Fv4l2.c;h=383033e738936590cb918a784733d768fe297bda;hb=4440c8e9c98f138a04dafdec8f3d21ce8f07f7b9;hp=fee0fb0e92da60c0313df66f1608761f7a0350df;hpb=bd88914b15e77a4bdc5fb26882a0b4208fdfb727;p=ffmpeg diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c index fee0fb0e92d..383033e7389 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 {