What's
the correct way to compile add VLC with RTSP support to an image? VLC
seems to want live555 as a runtime dependency, but the live555 recipe
doesn't seem to package anything named live555 - only live555-openrtsp,
etc. so I get this error:
DNF version: 4.8.0 cachedir: /mnt/data/vlc-build/tmp/work/intel_corei7_64-poky-linux/core-image-sato/1.0-r0/rootfs/var/cache/dnf Added oe-repo repo from /mnt/data/vlc-build/tmp/work/intel_corei7_64-poky-linux/core-image-sato/1.0-r0/oe-rootfs-repo User-Agent: falling back to 'libdnf': could not detect OS or basearch repo: using cache for: oe-repo oe-repo: using metadata from Fri 27 May 2022 06:53:45 AM UTC. Last metadata expiration check: 0:00:01 ago on Fri 27 May 2022 06:53:45 AM UTC. No match for argument: live555
Error: Unable to find a match: live555
But vlc seems to depend on live555 somehow.
So, how do I figure out the dependency chain that results in live555 being included in the image?
And how do I add live555 as a dependency of VLC so that it would actually build?