]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/v4l2.c
avformat: add vc2 as an allowed rawenc Dirac extension
[ffmpeg] / libavdevice / v4l2.c
index fee0fb0e92da60c0313df66f1608761f7a0350df..383033e738936590cb918a784733d768fe297bda 100644 (file)
@@ -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 {