Config.in 454 B

12345678910111213141516171819202122
  1. config BR2_PACKAGE_MPLAYER
  2. bool "mplayer"
  3. help
  4. MPlayer is a movie player which runs on many systems and supports
  5. many different file formats.
  6. http://www.mplayerhq.hu/
  7. if BR2_PACKAGE_MPLAYER
  8. config BR2_PACKAGE_MPLAYER_MPLAYER
  9. bool "Build and install mplayer"
  10. default y
  11. help
  12. This will install the video player.
  13. config BR2_PACKAGE_MPLAYER_MENCODER
  14. bool "Build and install mencoder"
  15. help
  16. This will install the video encoder.
  17. endif