ffmpeg-compat.eclass: fix typo

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2025-04-27 09:08:14 -04:00
parent c78c0960d4
commit 43f4f47e30
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334

View File

@ -10,7 +10,7 @@
# @BLURB: Helper functions to link with slotted ffmpeg-compat libraries
# @DESCRIPTION:
# To use this, run ``ffmpeg_compat_setup <slot>`` before packages use
# pkg-config, depend on media-video/ffmpeg-compat:<slot>=, and ensure
# pkg-config, depend on media-video/ffmpeg-compat:<slot>, and ensure
# usage of both pkg-config --cflags and --libs (which adds -Wl,-rpath
# to find libraries at runtime). Always verify that it is linked with
# the right libraries after.