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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/mplayer/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/mplayer/Config.in
new file mode 100644 (file)
index 0000000..79ff3b1
--- /dev/null
@@ -0,0 +1,32 @@
+config BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
+       bool
+       default y
+       # Those architectures are not supported by MPlayer
+       depends on !(BR2_bfin || BR2_sh2a || BR2_sh4a || BR2_sh4aeb \
+               || BR2_microblaze || BR2_aarch64 || BR2_nios2)
+       # Broken support for <ARMv5
+       depends on !BR2_ARM_CPU_ARMV4
+
+config BR2_PACKAGE_MPLAYER
+       bool "mplayer"
+       depends on BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
+       help
+         MPlayer is a movie player which runs on many systems and supports
+         many different file formats.
+
+         http://www.mplayerhq.hu/
+
+if BR2_PACKAGE_MPLAYER
+
+config BR2_PACKAGE_MPLAYER_MPLAYER
+       bool "Build and install mplayer"
+       default y
+       help
+         This will install the video player.
+
+config BR2_PACKAGE_MPLAYER_MENCODER
+       bool "Build and install mencoder"
+       help
+         This will install the video encoder.
+
+endif