diff options
Diffstat (limited to 'eclass/ffmpeg-compat.eclass')
-rw-r--r-- | eclass/ffmpeg-compat.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ffmpeg-compat.eclass b/eclass/ffmpeg-compat.eclass index 1835a8c7e95a..ce8878d10c55 100644 --- a/eclass/ffmpeg-compat.eclass +++ b/eclass/ffmpeg-compat.eclass @@ -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. |