]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
ffmpeg: fix packaging examples
authorMartin Jansa <martin.jansa@gmail.com>
Sun, 27 Oct 2024 17:13:52 +0000 (18:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Oct 2024 11:17:05 +0000 (11:17 +0000)
commitd7bf828b6431a254201675e41047f53da47912f5
tree45407c0aaadc651ed65b80c966908d7c9afe7da1
parent02dec6af254cbabfb29e23e3f44e51bc1b989070
ffmpeg: fix packaging examples

* I've noticed that ffmpeg package isn't created in my builds, due
  to --disable-programs in EXTRA_OECONF added by our .bbappend, but
  was surprised that lib32-ffmpeg is created.

* lib32-ffmpeg was created only because it contained the examples
  which are installed in /usr/share/ffmpeg even when PN is lib32-ffmpeg
  as we pass --datadir=${datadir}/ffmpeg in EXTRA_OECONF here

* --disable-programs controls ${bindir}/ffprobe ${bindir}/ffmpeg and
  ${datadir}/ffmpeg/ffprobe.xsd ${datadir}/ffmpeg/libvpx-*.ffpreset

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/ffmpeg/ffmpeg_7.0.2.bb