The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mplayer / Config.in
1 config BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
2         bool
3         default y
4         # Those architectures are not supported by MPlayer
5         depends on !(BR2_bfin || BR2_sh2a || BR2_sh4a || BR2_sh4aeb \
6                 || BR2_microblaze || BR2_aarch64 || BR2_nios2)
7         # Broken support for <ARMv5
8         depends on !BR2_ARM_CPU_ARMV4
9
10 config BR2_PACKAGE_MPLAYER
11         bool "mplayer"
12         depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
13         help
14           MPlayer is a movie player which runs on many systems and supports
15           many different file formats.
16
17           http://www.mplayerhq.hu/
18
19 if BR2_PACKAGE_MPLAYER
20
21 config BR2_PACKAGE_MPLAYER_MPLAYER
22         bool "Build and install mplayer"
23         default y
24         help
25           This will install the video player.
26
27 config BR2_PACKAGE_MPLAYER_MENCODER
28         bool "Build and install mencoder"
29         help
30           This will install the video encoder.
31
32 endif