summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/ffmpeg
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-04 14:10:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-09 07:50:14 +0100
commitbf2c3c3d94539665e7820b24ebcf0e0aecf02a10 (patch)
tree6a4f05c25a13b1afc91fd4bfbac58e90a665dad4 /meta/recipes-multimedia/ffmpeg
parente846f0bea3e0a803b38b3b88bc70ab443da0fae4 (diff)
downloadpoky-bf2c3c3d94539665e7820b24ebcf0e0aecf02a10.tar.gz
ffmpeg: add v4l2 PACKAGECONFIG
Can't be enabled by default as v4l-utils is in meta-oe. (From OE-Core rev: c7a200553b720b9a58c5e6702a89b9ea49f70f74) (From OE-Core rev: 1d290bd4373dea5fd035593249a1f31afe54b789) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/ffmpeg')
-rw-r--r--meta/recipes-multimedia/ffmpeg/ffmpeg_6.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_6.0.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_6.0.bb
index 1cd98e63c3..f84d9bb6d0 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_6.0.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_6.0.bb
@@ -70,6 +70,7 @@ PACKAGECONFIG[sdl2] = "--enable-sdl2,--disable-sdl2,virtual/libsdl2"
70PACKAGECONFIG[speex] = "--enable-libspeex,--disable-libspeex,speex" 70PACKAGECONFIG[speex] = "--enable-libspeex,--disable-libspeex,speex"
71PACKAGECONFIG[srt] = "--enable-libsrt,--disable-libsrt,srt" 71PACKAGECONFIG[srt] = "--enable-libsrt,--disable-libsrt,srt"
72PACKAGECONFIG[theora] = "--enable-libtheora,--disable-libtheora,libtheora libogg" 72PACKAGECONFIG[theora] = "--enable-libtheora,--disable-libtheora,libtheora libogg"
73PACKAGECONFIG[v4l2] = "--enable-libv4l2,--disable-libv4l2,v4l-utils"
73PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva" 74PACKAGECONFIG[vaapi] = "--enable-vaapi,--disable-vaapi,libva"
74PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau" 75PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau"
75PACKAGECONFIG[vpx] = "--enable-libvpx,--disable-libvpx,libvpx" 76PACKAGECONFIG[vpx] = "--enable-libvpx,--disable-libvpx,libvpx"