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:
parent
aeeb0d7515
commit
b4c70db428
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ $(call Package/libffmpeg/Default)
|
||||||
+PACKAGE_libx264:libx264 \
|
+PACKAGE_libx264:libx264 \
|
||||||
+!PACKAGE_libx264:fdk-aac
|
+!PACKAGE_libx264:fdk-aac
|
||||||
VARIANT:=full
|
VARIANT:=full
|
||||||
PROVIDES:=libffmpeg-mini libffmpeg-audio-dec
|
PROVIDES+=libffmpeg-mini libffmpeg-audio-dec
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue