Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 18, 2001
1 parent 5ea9e73 commit f5d3dbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README
Expand Up @@ -14,8 +14,9 @@ for documentation on this mixer library.

The mixer can currently load Microsoft WAVE files and Creative Labs VOC
files as audio samples, and can load MIDI files via Timidity and the
following music formats via MikMod: .MOD .S3M .IT .XM. It can also load
MP3 music using the SMPEG library.
following music formats via MikMod: .MOD .S3M .IT .XM. It can load
Ogg Vorbis streams as music if built with the Ogg Vorbis libraries,
and finally it can load MP3 music using the SMPEG library.

The process of mixing MIDI files to wave output is very CPU intensive,
so if playing regular WAVE files sound great, but playing MIDI files
Expand All @@ -26,9 +27,6 @@ from:
http://www.libsdl.org/projects/mixer/timidity/timidity.tar.gz
and unpack them in /usr/local/lib under UNIX, and C:\ under Win32.

You may add panning, reverb, echo, whatever, but if you do, please
mail changes back to me, Sam Lantinga at slouken@libsdl.org

This library is available under the GNU Library General Public License,
see the file "COPYING" for details.

2 changes: 1 addition & 1 deletion SDL_mixer.spec.in
Expand Up @@ -33,7 +33,7 @@ libraries.
%setup

%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-music-ogg --disable-music-mp3
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-music-mp3
make

%install
Expand Down

0 comments on commit f5d3dbd

Please sign in to comment.