1 config BR2_PACKAGE_MPLAYER
3 # Those architectures are not supported by MPlayer
4 depends on !(BR2_sh2 || BR2_sh2a || BR2_sh4a || BR2_sh4aeb \
5 || BR2_microblaze || BR2_aarch64)
6 depends on BR2_LARGEFILE
8 MPlayer is a movie player which runs on many systems and supports
9 many different file formats.
11 http://www.mplayerhq.hu/
13 if BR2_PACKAGE_MPLAYER
15 config BR2_PACKAGE_MPLAYER_MPLAYER
16 bool "Build and install mplayer"
19 This will install the video player.
21 config BR2_PACKAGE_MPLAYER_MENCODER
22 bool "Build and install mencoder"
24 This will install the video encoder.
28 comment "mplayer requires a toolchain with LARGEFILE support"
29 depends on !BR2_LARGEFILE