ffmpeg: libffmpeg-full package should provide libffmpeg package, too

The previous solution overwrote the provide from ``define
Package/libffmpeg/Default``, but that's not what was wanted.
Thus libffmpeg-full should provide three packages libffmpeg,
libffmpeg-mini and libffmpeg-audio-dec

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit c333c0e522)
This commit is contained in:
Josef Schlehofer 2022-11-09 15:11:00 +01:00
parent 419f673774
commit c2b7f86a88
No known key found for this signature in database
GPG key ID: B950216FE4329F4C

View file

@ -352,7 +352,7 @@ $(call Package/libffmpeg/Default)
+PACKAGE_libx264:libx264 \
+!PACKAGE_libx264:fdk-aac
VARIANT:=full
PROVIDES:=libffmpeg-mini libffmpeg-audio-dec
PROVIDES+=libffmpeg-mini libffmpeg-audio-dec
endef