diff --git a/Quake/Makefile b/Quake/Makefile index 8f3b9490..c58a37a7 100644 --- a/Quake/Makefile +++ b/Quake/Makefile @@ -1,4 +1,4 @@ -### GNU Makefile for QuakeSpasm unix targets, Jan. 12, 2011 +### GNU Makefile for QuakeSpasm unix targets, Mar. 27, 2011 # # You need the SDL library fully installed. # "make DEBUG=1" to build a debug client. @@ -13,7 +13,7 @@ USE_QS_CONBACK=1 ### Enable/Disable codecs for streaming music support # # OGG (vorbis) playback requires libvorbis and libogg -# MP3 playback requires libmad or libmpg123 +# MP3 playback requires libmad or libmpg123 (see MP3LIB below) USE_CODEC_WAVE=1 USE_CODEC_MP3=1 diff --git a/Quake/Makefile.darwin b/Quake/Makefile.darwin index cea016b5..5b95bc89 100644 --- a/Quake/Makefile.darwin +++ b/Quake/Makefile.darwin @@ -1,4 +1,4 @@ -# GNU Makefile for QuakeSpasm for Darwin only, Jan. 12, 2011 +# GNU Makefile for QuakeSpasm for Darwin only, Mar. 27, 2011 # # You need the SDL library fully installed. # "make DEBUG=1" to build a debug client. @@ -12,7 +12,7 @@ USE_QS_CONBACK=1 ### Enable/Disable codecs for streaming music support # # OGG (vorbis) playback requires libvorbis and libogg -# MP3 playback requires libmad +# MP3 playback requires libmad or libmpg123 (see MP3LIB below) USE_CODEC_WAVE=1 USE_CODEC_MP3=1 diff --git a/Quake/Makefile.w32 b/Quake/Makefile.w32 index 8cb20a3d..ff34b495 100644 --- a/Quake/Makefile.w32 +++ b/Quake/Makefile.w32 @@ -1,5 +1,5 @@ # GNU Makefile for cross-compiling quakespasm.exe (Win32 : MinGW) -# using cross-toolchains on a linux host / Jan. 12, 2011. +# using cross-toolchains on a linux host / Mar. 27, 2011. # "make DEBUG=1" to build a debug client. # "make SDL_CONFIG=/path/to/sdl-config" for unusual SDL installations. # "make WINSOCK2=1" to use WinSock2 api instead of old WinSock 1.1. diff --git a/Quake/Makefile.w64 b/Quake/Makefile.w64 index ea9b3ffc..f59a96f8 100644 --- a/Quake/Makefile.w64 +++ b/Quake/Makefile.w64 @@ -1,5 +1,5 @@ # GNU Makefile for cross-compiling quakespasm.exe (Win64 : MinGW-w64) -# using cross-toolchains on a linux host / Jan. 12, 2011. +# using cross-toolchains on a linux host / Mar. 27, 2011. # "make DEBUG=1" to build a debug client. # "make SDL_CONFIG=/path/to/sdl-config" for unusual SDL installations. # "make WINSOCK2=0" to use the old WinSock 1.1 api (not recommended). diff --git a/README.html b/README.html index db703b80..2b753450 100644 --- a/README.html +++ b/README.html @@ -11,7 +11,7 @@
-
QuakeSpasm 0.85.4 (19 February 2011)
+QuakeSpasm 0.85.4 (27 March 2011)
Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.
@@ -47,7 +47,7 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.