mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
recompiled some music decoders for osx and windows
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1241 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
d8704bc2d8
commit
4a0b97c6ff
13 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
libmpg123: MPEG Audio Decoder library (version 1.22.0)
|
libmpg123: MPEG Audio Decoder library (version 1.22.4)
|
||||||
|
|
||||||
copyright 1995-2010 by the mpg123 project - free software under the terms of the LGPL 2.1
|
copyright 1995-2010 by the mpg123 project - free software under the terms of the LGPL 2.1
|
||||||
see COPYING and AUTHORS files in distribution or http://mpg123.org
|
see COPYING and AUTHORS files in distribution or http://mpg123.org
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
mpg123-1.22.0, configured using:
|
mpg123-1.22.4, configured using:
|
||||||
--disable-modules --disable-debug --disable-fifo --disable-ipv6 --disable-network --disable-messages --disable-lfs-alias
|
--disable-modules --disable-debug --disable-fifo --disable-ipv6 --disable-network --disable-messages --disable-lfs-alias --with-audio=dummy
|
||||||
edited src/libmpg123/mpg123lib_intern.h and changed macros
|
edited src/libmpg123/mpg123lib_intern.h and changed macros
|
||||||
NOQUIET, VERBOSE* and PVERB() to be 0, in order to disable
|
NOQUIET, VERBOSE* and PVERB() to be 0, in order to disable
|
||||||
some debug messages from the library.
|
some debug messages from the library.
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
libmpg123: MPEG Audio Decoder library (version 1.22.0)
|
libmpg123: MPEG Audio Decoder library (version 1.22.4)
|
||||||
|
|
||||||
copyright 1995-2010 by the mpg123 project - free software under the terms of the LGPL 2.1
|
copyright 1995-2010 by the mpg123 project - free software under the terms of the LGPL 2.1
|
||||||
see COPYING and AUTHORS files in distribution or http://mpg123.org
|
see COPYING and AUTHORS files in distribution or http://mpg123.org
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
mpg123-1.22.0, configured using:
|
mpg123-1.22.4, configured using:
|
||||||
--disable-modules --disable-debug --disable-fifo --disable-ipv6 --disable-network --disable-messages --disable-lfs-alias
|
--disable-modules --disable-debug --disable-fifo --disable-ipv6 --disable-network --disable-messages --disable-lfs-alias --with-audio=dummy
|
||||||
edited src/libmpg123/mpg123lib_intern.h and changed macros
|
edited src/libmpg123/mpg123lib_intern.h and changed macros
|
||||||
NOQUIET, VERBOSE* and PVERB() to be 0, in order to disable
|
NOQUIET, VERBOSE* and PVERB() to be 0, in order to disable
|
||||||
some debug messages from the library.
|
some debug messages from the library.
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue