mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
libplayer: propagate 'depends on' from mplayer
BR2_PACKAGE_LIBPLAYER_MPLAYER should not select BR2_PACKAGE_MPLAYER without having the 'depends on' that BR2_PACKAGE_MPLAYER has. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5e0b900c72
commit
6904b0ea95
@ -11,6 +11,10 @@ config BR2_PACKAGE_LIBPLAYER
|
|||||||
if BR2_PACKAGE_LIBPLAYER
|
if BR2_PACKAGE_LIBPLAYER
|
||||||
config BR2_PACKAGE_LIBPLAYER_MPLAYER
|
config BR2_PACKAGE_LIBPLAYER_MPLAYER
|
||||||
bool "mplayer backend"
|
bool "mplayer backend"
|
||||||
|
# mplayer
|
||||||
|
depends on !BR2_sh4a && !BR2_sh4aeb && !BR2_microblaze && !BR2_aarch64
|
||||||
|
# mplayer
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
select BR2_PACKAGE_MPLAYER
|
select BR2_PACKAGE_MPLAYER
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBPLAYER_GSTREAMER
|
config BR2_PACKAGE_LIBPLAYER_GSTREAMER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user