libnetfilter_cthelper: add patch for uclinux tuple
[buildroot-gz.git] / package / mplayer / Config.in
blobe36fc4681fac99ef31e71e87921aff732bfff1eb
1 config BR2_PACKAGE_MPLAYER
2         bool "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
7         help
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"
17         default y
18         help
19           This will install the video player.
21 config BR2_PACKAGE_MPLAYER_MENCODER
22         bool "Build and install mencoder"
23         help
24           This will install the video encoder.
26 endif
28 comment "mplayer requires a toolchain with LARGEFILE support"
29         depends on !BR2_LARGEFILE