menuconfig MPLAYER bool select LIBJPEG if MPLAYER_VO_JPEG select XORG_LIB_XV if MPLAYER_VO_XV select XORG_LIB_X11 if MPLAYER_VO_X11 prompt "mplayer " help The Ultimate Movie Player For Linux It plays most mpeg, avi and asf files, supported by many native and win32 DLL codecs. You can watch VCD, DVD and even DivX movies too. The other big feature of mplayer is the wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, but you can use SDL (and this way all drivers of SDL) and some lowlevel card-specific drivers (for Matrox/3dfx/SiS) too. # ----- menuconfig MPLAYER_VI bool prompt "Video Input" depends on MPLAYER config MPLAYER_VI_V4L1 bool prompt "v4l1 support" depends on MPLAYER_VI config MPLAYER_VI_V4L2 bool select LIBC_PTHREAD prompt "v4l2 support" depends on MPLAYER_VI # ----- menuconfig MPLAYER_VO bool prompt "Video Output" depends on MPLAYER config MPLAYER_VO_XV bool depends on MPLAYER_VO prompt "enable Xvideo output support for mplayer" depends on MPLAYER config MPLAYER_VO_X11 bool depends on MPLAYER_VO prompt "enable X11 output support for mplayer" depends on MPLAYER config MPLAYER_VO_FBDEV bool depends on MPLAYER_VO prompt "enable framebuffer output support for mplayer" depends on MPLAYER # ----- menuconfig MPLAYER_CODEC bool prompt "Video Codecs" depends on MPLAYER config MPLAYER_CODEC_MPEG2 bool prompt "mpeg2" depends on MPLAYER_CODEC # ----- menuconfig MPLAYER_ADVANCED bool prompt "Advanced Options" depends on MPLAYER config MPLAYER_ADVANCED_PXA bool prompt "pxa support" depends on MPLAYER_ADVANCED config MPLAYER_ADVANCED_IWMMXT bool prompt "iwmmxt extensions" depends on MPLAYER_ADVANCED