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>
This commit is contained in:
parent
1875629747
commit
c333c0e522
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,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