Blame view

buildroot/buildroot-2016.08.1/package/sdl_mixer/Config.in 398 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
  config BR2_PACKAGE_SDL_MIXER
  	bool "SDL_mixer"
  	depends on BR2_PACKAGE_SDL
  	help
  	  SDL_mixer is a sample multi-channel audio mixer library.
  	  It supports any number of simultaneously playing channels of
  	  16 bit stereo audio, plus a single channel of music, mixed
  	  by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and
  	  SMPEG MP3 libraries.
  
  	  http://www.libsdl.org/projects/SDL_mixer/