From cddda933e4e82bb0cea5ef65eadbaccaaff01579 Mon Sep 17 00:00:00 2001 From: Vincent Davis Jr Date: Wed, 11 Jan 2023 00:41:02 -0600 Subject: [PATCH] rpidistro-ffmpeg: remove --enable-v4l2-request flag When building with latest OE-Core master. Running into bellow issue. After further research issue appears to be similar to https://github.com/bootlin/libva-v4l2-request/issues/35 | src/libavcodec/hevc-ctrls-v2.h:59:8: error: redefinition of 'struct v4l2_ctrl_hevc_sps' | 59 | struct v4l2_ctrl_hevc_sps { | | ^~~~~~~~~~~~~~~~~~ | In file included from /../../../recipe-sysroot/usr/include/linux/videodev2.h:65, | from src/libavcodec/hevc-ctrls-v2.h:14: Disable ffmpeg libva-v4l2-request so that master builds and until better investigation can be done to fix issue. Signed-off-by: Vincent Davis Jr --- recipes-multimedia/rpidistro-ffmpeg/rpidistro-ffmpeg_4.3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/rpidistro-ffmpeg/rpidistro-ffmpeg_4.3.4.bb b/recipes-multimedia/rpidistro-ffmpeg/rpidistro-ffmpeg_4.3.4.bb index 1720d5712..30e7c575e 100644 --- a/recipes-multimedia/rpidistro-ffmpeg/rpidistro-ffmpeg_4.3.4.bb +++ b/recipes-multimedia/rpidistro-ffmpeg/rpidistro-ffmpeg_4.3.4.bb @@ -98,7 +98,7 @@ PACKAGECONFIG[snappy] = "--enable-libsnappy,--disable-libsnappy,snappy" PACKAGECONFIG[udev] = "--enable-libudev,--disable-libudev,udev" PACKAGECONFIG[drm] = "--enable-libdrm,--disable-libdrm,libdrm" PACKAGECONFIG[epoxy] = "--enable-epoxy,--disable-epoxy,libepoxy" -PACKAGECONFIG[v4l2] = "--enable-libv4l2 --enable-v4l2-m2m --enable-v4l2-request,,v4l-utils" +PACKAGECONFIG[v4l2] = "--enable-libv4l2 --enable-v4l2-m2m,,v4l-utils" PACKAGECONFIG[mmal] = "--enable-omx --enable-omx-rpi --enable-mmal,,userland" PACKAGECONFIG[sand] = "--enable-sand,," PACKAGECONFIG[rpi] = "--enable-rpi,,"