diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-12-28 12:17:01 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-28 23:35:37 +0100 |
commit | 6904b0ea954c22f3efb9619dc4a7b793fe985547 (patch) | |
tree | 9ba953478e4a4837bdae42bb790947ab710ff8a5 /package/libplayer | |
parent | 5e0b900c72bce75a3f86306d0aae79e9655a4753 (diff) |
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>
Diffstat (limited to 'package/libplayer')
-rw-r--r-- | package/libplayer/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libplayer/Config.in b/package/libplayer/Config.in index fe851ac6b..5391b8b67 100644 --- a/package/libplayer/Config.in +++ b/package/libplayer/Config.in @@ -11,6 +11,10 @@ config BR2_PACKAGE_LIBPLAYER if BR2_PACKAGE_LIBPLAYER config BR2_PACKAGE_LIBPLAYER_MPLAYER bool "mplayer backend" + # mplayer + depends on !BR2_sh4a && !BR2_sh4aeb && !BR2_microblaze && !BR2_aarch64 + # mplayer + depends on BR2_LARGEFILE select BR2_PACKAGE_MPLAYER config BR2_PACKAGE_LIBPLAYER_GSTREAMER |