X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Fv4l2.c;h=383033e738936590cb918a784733d768fe297bda;hb=60a76f8be8f4795e63fd7b43514b8588a691aa4d;hp=fee0fb0e92da60c0313df66f1608761f7a0350df;hpb=0eefc758e23ec46465179847c2a20dca531d7b37;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 {